Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Uses of Class
oracle.as.scheduler.management.Binding.BindingScope

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.

 


Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.