Skip navigation links

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


Uses of Class
oracle.as.scheduler.RequestSummary

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

 

Uses of RequestSummary in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return RequestSummary
static RequestSummary RequestSummary.from(javax.management.openmbean.CompositeData cd)
          Create an instance of the model specific class out of an associated CompositeData instance

 

Uses of RequestSummary in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management that return RequestSummary
 RequestSummary[] RuntimeServiceMXBeanProxy.queryApplicationRequests(State[] state, java.lang.String processor)
          Gets a summary of requests by application.
 RequestSummary[] RuntimeServiceMXBeanProxy.queryJobCompletedRequests(java.lang.String application, java.lang.String processor, CalendarWrapper start, CalendarWrapper end, long elapsed, int count)
          Gets a summary of requests by job or job set.
 RequestSummary RuntimeServiceMXBeanProxy.queryRequestSummary(long id)
          Gets a summary for the request specified.
 RequestSummary[] RuntimeServiceMXBeanProxy.queryRunningRequestsByProcessor(java.lang.String application)
          Gets a summary of requests for each user reverse ordered according to number of requests, highest to lowest, by processor.
 RequestSummary[] RuntimeServiceMXBeanProxy.querySnapshotDailyRequests(int month, int year, int day)
          Gets a summary of requests for the day specified.
 RequestSummary[] RuntimeServiceMXBeanProxy.querySnapshotMonthlyRequests(int month, int year)
          Gets a summary of requests for the month specified.
 RequestSummary[] RuntimeServiceMXBeanProxy.querySnapshotWeeklyRequests(int month, int year, int week)
          Gets a summary of requests for the week specified.
 RequestSummary[] RuntimeServiceMXBeanProxy.queryUserCompletedRequests(java.lang.String application, java.lang.String processor, CalendarWrapper start, CalendarWrapper end, long minTotalElapsed, int count)
          Gets a summary of requests for each user reverse ordered according to number of requests, highest to lowest, for requests that have completed.
 RequestSummary[] RuntimeServiceMXBeanProxy.queryUserRequests(java.lang.String application, State[] state, java.lang.String processor)
          Gets a summary of requests for each user reverse ordered according to number of requests, highest to lowest.
 RequestSummary[] RuntimeServiceMXBeanProxy.queryWorkAssignmentRequests(java.lang.String application, java.lang.String processor, CalendarWrapper start, int count)
          Gets a summary of requests by 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.