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

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

 

Uses of State in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return State
static State State.from(javax.management.openmbean.CompositeData cd)
           
static State State.fromString(java.lang.String stateStr)
          Converts a stringified state into a State object.
 State RequestExecutionContext.getExecStageState()
          Returns the state of the job execution, which can be either SUCCEEDED or WARNING.
 State RequestDetail.getExecutableState()
          The state of the request when the executable stage completed.
 State RuntimeService.getRequestState(RuntimeServiceHandle handle, long requestId)
          Retrieves the current state of the specified request.
 State Diagnosis.getState()
          Gets the state for the request.
 State FailedExecutionResult.getState()
          Gets the state for this failed execution attempt.
 State RequestDetail.getState()
          Gets the state for this request.
static State State.getState(int value)
          Returns the state for the numeric value specified.
static State State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static State[] State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler that return types with arguments of type State
static java.util.EnumSet<State> State.getTerminalStates()
          Returns a set of the terminal states based on the value returned by State.isTerminal.

 

Constructors in oracle.as.scheduler with parameters of type State
Diagnosis(long requestId, State state)
          Constructs a new request diagnosis with minimal information.
Diagnosis(long requestId, State state, Diagnosis.DiagnosticCode diagnosticCode)
          Constructs a new request diagnosis.
FailedExecutionResult(long requestId, int executionAttempt, State state, ErrorType errorType, Cause cause, java.lang.String errorWarningMessage, java.util.Calendar errorWarningTime)
          Constructs a new instance with minimal information from a failed execution attempt.
FailedExecutionResult(long requestId, int executionAttempt, State state, ErrorType errorType, Cause cause, java.lang.String errorWarningMessage, java.util.Calendar errorWarningTime, java.lang.String errorWarningDetail, java.util.Calendar scheduledTime, java.util.Calendar processStart, java.util.Calendar processEnd, java.lang.String dispatcher, java.lang.String processor, MetadataObjectId workAssignmentId, MetadataObjectId workshiftId, int pausedCount, int lastSubrequestSet, java.lang.String preprocessStatus, java.lang.String preprocessMessage, java.lang.String postprocessStatus, java.lang.String postprocessMessage, java.lang.String executableStatus)
          Constructs a new instance with complete information from a failed execution attempt.
RequestDetail(long requestId, java.lang.String descr, MetadataObjectId jobDefnId, boolean isCancellable, boolean isHoldable, java.lang.String submitter, java.lang.String submitterGuid, java.lang.String runAsUser, java.util.Calendar scheduledTime, State state, ErrorType errorType, java.lang.String type, java.lang.String requestCategory, java.util.Calendar processStart, java.util.Calendar processEnd, long parentID, int priority, long absoluteParentId, java.lang.String application, java.lang.String deployedApplication, RequestType requestType, java.util.Calendar submission, long instanceParentId, java.lang.String ecid, java.lang.String product, ProcessPhase processPhase, long lastScheduleInstanceId, java.util.Calendar completedTime, long elapsedTime, int retried, MetadataObjectId jobTypeId, long enterpriseId, java.lang.String processGroup, java.lang.String processingProcessor, java.lang.Boolean isAsynchronous, boolean isRequestTimedOut, int parentExecAttempt, int instanceParentExecAttempt, int pausedCount, int lastSubrequestSet, int subrequestSet)
          Deprecated. 
RequestDetail(long requestId, java.lang.String descr, MetadataObjectId jobDefnId, MetadataObjectId scheduleDefnId, MetadataObjectId triggerDefnId, java.lang.String processingDispatcher, java.lang.String processingProcessor, MetadataObjectId processingWorkAssignmentId, MetadataObjectId processingWorkShiftId, boolean isCancellable, boolean isHoldable, int retried, int executionAttempt, java.lang.String submitter, java.lang.String submitterGuid, java.lang.String runAsUser, java.util.Calendar requestedStartTime, java.util.Calendar requestedEndTime, java.util.Calendar scheduledTime, State state, ErrorType errorType, int priority, java.lang.String type, java.lang.String requestCategory, java.util.Calendar submission, java.util.Calendar processStart, java.util.Calendar processEnd, java.util.Calendar expiration, Cause cause, long parentID, java.lang.String stepID, RequestParameters reqParams, Schedule schedule, Trigger trigger, org.w3c.dom.Document triggerState, long absoluteParentId, java.lang.String application, java.lang.String deployedApplication, RequestType requestType, long instanceParentId, java.lang.String errorWarningMessage, java.util.Calendar errorWarningTime, java.lang.String errorWarningDetail, java.lang.String ecid, java.lang.String product, ProcessPhase processPhase, long lastScheduleInstanceId, java.util.Calendar completedTime, long elapsedTime, MetadataObjectId jobTypeId, long enterpriseId, java.lang.String processGroup, java.lang.Boolean isAsynchronous, boolean isRequestTimedOut, int parentExecAttempt, int instanceParentExecAttempt, int pausedCount, int lastSubrequestSet, int subrequestSet, java.lang.String preProcessStatus, java.lang.String preProcessMessage, java.lang.String postProcessStatus, java.lang.String postProcessMessage, java.lang.String executableStatus)
          Deprecated. 

 

Uses of State in oracle.as.scheduler.management

 

Methods in oracle.as.scheduler.management with parameters of type State
 RequestSummary[] RuntimeServiceMXBeanProxy.queryApplicationRequests(State[] state, java.lang.String processor)
          Gets a summary of requests by application.
 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.

 


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.