|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.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 Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||