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.AsyncThrottle

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

 

Uses of AsyncThrottle in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management that return AsyncThrottle
static AsyncThrottle AsyncThrottle.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance
 AsyncThrottle RuntimeServiceMXBeanProxy.getAsyncThrottle(MetadataObjectId waId, MetadataObjectId wshiftId)
          Deprecated. 
 AsyncThrottle RuntimeServiceMXBeanProxy.getAsyncThrottleForWorkshift(MetadataObjectId wshiftId)
          Deprecated. 

 

Methods in oracle.as.scheduler.management that return types with arguments of type AsyncThrottle
 java.util.List<AsyncThrottle> RuntimeServiceMXBeanProxy.getAsyncLimits(WorkAssignment workAssignment)
          Gets the async limits for all workshifts of the given work assignment.
 java.util.List<AsyncThrottle> RuntimeServiceMXBeanProxy.getAsyncThrottle(MetadataObjectId waId)
          Deprecated. Async limits are now associated with the workshift only.

 

Methods in oracle.as.scheduler.management with parameters of type AsyncThrottle
 void RuntimeServiceMXBeanProxy.updateAsyncThrottle(AsyncThrottle throttle)
          Deprecated. Async limits are now defined on the workshift.

 

Method parameters in oracle.as.scheduler.management with type arguments of type AsyncThrottle
 void RuntimeServiceMXBeanProxy.updateAsyncThrottle(java.util.List<AsyncThrottle> throttles)
          Deprecated. Async limits are now defined on the workshift.

 


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.