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

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.

 


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.