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

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.

 


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.