|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HandlerStatus | |
---|---|
oracle.as.scheduler | Enterprise Scheduler API interfaces and classes. |
Uses of HandlerStatus in oracle.as.scheduler |
---|
Methods in oracle.as.scheduler that return HandlerStatus | |
---|---|
static HandlerStatus |
HandlerStatus.fromString(java.lang.String handlerStatusStr)
Converts a stringified handler status into a HandlerStatus object. |
HandlerStatus |
RequestDetail.getPostProcessHandlerStatus()
The status of the post-processing stage for this request. |
HandlerStatus |
RequestDetail.getPreProcessHandlerStatus()
The status of the pre-processing stage for this request. |
HandlerStatus |
HandlerAction.getStatus()
Returns the status of a handler execution. |
static HandlerStatus |
HandlerStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HandlerStatus[] |
HandlerStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in oracle.as.scheduler with parameters of type HandlerStatus | |
---|---|
HandlerAction(HandlerStatus status)
Constructor. |
|
HandlerAction(HandlerStatus status,
java.lang.String message)
Constructor. |
|
HandlerAction(HandlerStatus status,
java.lang.String message,
java.lang.Throwable throwable)
Constructor. |
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-04 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |