Skip navigation links

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


Uses of Class
oracle.as.scheduler.RequestDetail

Packages that use RequestDetail
oracle.as.scheduler Enterprise Scheduler API interfaces and classes, including RuntimeService and MetadataService. 
oracle.as.scheduler.management Remote management API. 

 

Uses of RequestDetail in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return RequestDetail
static RequestDetail RequestDetail.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance
 RequestDetail RuntimeService.getRequestDetail(RuntimeServiceHandle handle, long requestId)
          Retrieves runtime details of the specified request.
 RequestDetail RuntimeService.getRequestDetailBasic(RuntimeServiceHandle handle, long requestId)
          Retrieves basic runtime details of the specified request.
 RequestDetail[] RuntimeService.getRequestDetails(RuntimeServiceHandle handle, long[] requestIds)
          Retrieves basic runtime details of the specified requests.

 

Uses of RequestDetail in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management that return RequestDetail
 RequestDetail[] RuntimeServiceMXBeanProxy.fetchQueryResults(oracle.as.scheduler.management.QueryResultHandle handle)
          Retrieves request details for the requests that satisified the query performed by executeQueryRequests.
 RequestDetail[] RuntimeServiceMXBeanProxy.fetchQueryResults(oracle.as.scheduler.management.QueryResultHandle handle, boolean isSparse)
          Retrieves request details for the requests that satisified the query performed by executeQueryRequests.
 RequestDetail[] RuntimeServiceMXBeanProxy.fetchQueryResults(oracle.as.scheduler.management.QueryResultHandle handle, int maxRows)
          Retrieves request details for the requests that satisified the query performed by executeQueryRequests.
 RequestDetail[] RuntimeServiceMXBeanProxy.fetchQueryResults(oracle.as.scheduler.management.QueryResultHandle handle, int maxRows, boolean isSparse)
          Retrieves request details for the requests that satisified the query performed by executeQueryRequests.
 RequestDetail RuntimeServiceMXBeanProxy.getRequestDetail(long requestId)
          Gets the runtime details of the specified request.
 RequestDetail[] RuntimeServiceMXBeanProxy.queryLongRunningRequests(java.lang.String processor, int count)
          Gets the longest running requests reverse ordered by elapsed time, longest to shortest.

 

Methods in oracle.as.scheduler.management that return types with arguments of type RequestDetail
 java.util.List<RequestDetail> RuntimeServiceMXBeanProxy.queryWorkAssignmentReadyRequests(MetadataObjectId waMid)
          Returns list of sparse request detail for the requests, in order of priority, that are in READY state and could be processed by the given work assignment.

 


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.