Oracle Enterprise Scheduler Java API Reference
11g Release 7 (11.1.7)
E20742-07


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

Packages that use Binding
oracle.as.scheduler.management Remote management API. 
 

Uses of Binding in oracle.as.scheduler.management
 

Methods in oracle.as.scheduler.management that return Binding
static Binding Binding.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance
 Binding[] ProcessorMXBeanProxy.getBindings()
          Retrieves all bindings currently activated for this request processor.
 

Methods in oracle.as.scheduler.management that return types with arguments of type Binding
 java.util.List<Binding> RuntimeServiceMXBeanProxy.getBindings()
          Gets the processor bindings.
 

Methods in oracle.as.scheduler.management with parameters of type Binding
 void RuntimeServiceMXBeanProxy.addBinding(Binding binding)
          Adds a new binding, which binds a work assignment to a processor.
 

Method parameters in oracle.as.scheduler.management with type arguments of type Binding
 void RuntimeServiceMXBeanProxy.addBindings(java.util.List<Binding> bindings)
          Adds a list of new bindings.
 


Oracle Enterprise Scheduler Java API Reference
11g Release 7 (11.1.7)
E20742-07


Copyright © 2008, 2013 Oracle. All rights reserved.