Uses of Enum Class
oracle.as.scheduler.HandlerStatus
Packages that use HandlerStatus
Package
Description
Enterprise Scheduler API interfaces and classes, including
RuntimeService and MetadataService.
-
Uses of HandlerStatus in oracle.as.scheduler
Methods in oracle.as.scheduler that return HandlerStatusModifier and TypeMethodDescriptionstatic HandlerStatus
HandlerStatus.fromString
(String handlerStatusStr) Converts a stringified handler status into a HandlerStatus object.RequestDetail.getPostProcessHandlerStatus()
The status of the post-processing stage for this request.RequestDetail.getPreProcessHandlerStatus()
The status of the pre-processing stage for this request.HandlerAction.getStatus()
Gets the status of a handler execution.static HandlerStatus
Returns the enum constant of this class with the specified name.static HandlerStatus[]
HandlerStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in oracle.as.scheduler with parameters of type HandlerStatusModifierConstructorDescriptionHandlerAction
(HandlerStatus status) Constructor.HandlerAction
(HandlerStatus status, String message) Constructor.HandlerAction
(HandlerStatus status, String message, Throwable throwable) Constructor.