Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Uses of Class
oracle.as.scheduler.RequestSummary

Packages that use RequestSummary
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 
oracle.as.scheduler.management   

 

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 Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.