|
Oracle Enterprise Scheduler Java API Reference 11g Release 7 (11.1.7) E20742-07 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Binding.BindingScope | |
---|---|
oracle.as.scheduler.management | Remote management API. |
Uses of Binding.BindingScope in oracle.as.scheduler.management |
---|
Methods in oracle.as.scheduler.management that return Binding.BindingScope | |
---|---|
static Binding.BindingScope |
Binding.BindingScope.fromString(java.lang.String bindingScopeStr)
Converts a stringified binding scope into a BindingScope object. |
Binding.BindingScope |
Binding.getBindingScope()
Returns whether this work assignment binding is global. |
static Binding.BindingScope |
Binding.BindingScope.valueOf(int value)
Returns the binding scope for the given value. |
static Binding.BindingScope |
Binding.BindingScope.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Binding.BindingScope[] |
Binding.BindingScope.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in oracle.as.scheduler.management with parameters of type Binding.BindingScope | |
---|---|
Binding(MetadataObjectId waMid,
boolean isExclusive,
Binding.BindingScope bindingScope)
Creates a binding without any container information. |
|
Binding(java.lang.String processGroup,
java.lang.String serverName,
MetadataObjectId waMid,
boolean isExclusive,
Binding.BindingScope bindingScope)
Creates a binding. |
|
Oracle Enterprise Scheduler Java API Reference 11g Release 7 (11.1.7) E20742-07 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |