|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.as.scheduler.HandlerAction
public class HandlerAction
PreProcessHandler, PostProcessHandler| Constructor Summary | |
|---|---|
HandlerAction(HandlerStatus status)Constructor. |
|
HandlerAction(HandlerStatus status, java.lang.String message)Constructor. |
|
HandlerAction(HandlerStatus status, java.lang.String message, java.lang.Throwable throwable)Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMessage()Returns the message associated with a handler execution. |
HandlerStatus |
getStatus()Returns the status of a handler execution. |
java.lang.Throwable |
getThrowable()Returns a Throwable associated with a handler execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HandlerAction(HandlerStatus status)
status - The status of a handler execution. oracle.as.scheduler.HandlerStatus object. Value may be PROCEED, WARN, DELAY, CANCEL, SYSTEM_ERROR, BIZ_ERROR. This status may result in a state transition for the request.
public HandlerAction(HandlerStatus status,
java.lang.String message)
status - The status of a handler execution. oracle.as.scheduler.HandlerStatus object. Value may be PROCEED, WARN, DELAY, CANCEL, SYSTEM_ERROR, BIZ_ERROR. This status may result in a state transition for the request.message - A message that, depending on the value of status, may be used for various purposes.
public HandlerAction(HandlerStatus status,
java.lang.String message,
java.lang.Throwable throwable)
status - The status of a handler execution. oracle.as.scheduler.HandlerStatus object. Value may be PROCEED, WARN, DELAY, CANCEL, SYSTEM_ERROR, BIZ_ERROR. This status may result in a state transition for the request.message - A message that, depending on the value of status, may be used for various purposes.throwable - Further information about the status of this handler execution.| Method Detail |
|---|
public HandlerStatus getStatus()
public java.lang.String getMessage()
public java.lang.Throwable getThrowable()
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||