Uses of Enum Class
oracle.as.scheduler.State
Packages that use State
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of State in oracle.as.scheduler
Methods in oracle.as.scheduler that return StateModifier and TypeMethodDescriptionstatic State
State.fromString
(String stateStr) Converts a stringified state into a State object.RequestExecutionContext.getExecStageState()
Gets the state of the job execution.RequestDetail.getExecutableState()
The state of the request when the executable stage completed.RequestDetail.getPreviousState()
Gets the previous State for this request.RuntimeService.getRequestState
(RuntimeServiceHandle handle, long requestId) Retrieves the current state of the specified request.FailedExecutionResult.getState()
The state for this failed execution attempt.RequestDetail.getState()
Gets the state for this request.static State
State.getState
(int value) The State associated with the given numeric value.static State
Returns the enum constant of this class with the specified name.static State[]
State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.as.scheduler that return types with arguments of type StateModifier and TypeMethodDescriptionState.getNonTerminalStates()
The set of the non-terminal states based on the value returned byisTerminal
.RuntimeService.getRequestsCountGroupByState
(String effectiveApplication, TimeUnit timeUnit, int timeUnitValue) Gets number of requests in each state from the elapsed time.State.getTerminalStates()
The set of the terminal states based on the value returned byisTerminal
.