|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Updatable
The Updatable interface is supported for the following
client classes:
Executable.
When a job request is updated, Enterprise Scheduler determines if
the client class implements the Updatable interface, and
if so, calls the onEvent method to notify the client
class of the update event.
| Method Summary | |
|---|---|
oracle.as.scheduler.async.UpdateAction |
onEvent(RequestExecutionContext context,
RequestParameters parameters,
oracle.as.scheduler.async.AsyncStatus resultCode,
java.lang.String messagePayload)
Invoked by Enterprise Scheduler when a job request is cancelled. |
| Method Detail |
|---|
oracle.as.scheduler.async.UpdateAction onEvent(RequestExecutionContext context,
RequestParameters parameters,
oracle.as.scheduler.async.AsyncStatus resultCode,
java.lang.String messagePayload)
parameters - the request parameters associated with this requestresultCode - the oracle.as.scheduler.async.UpdateAction.ActionCode indicating the
action that generated this event.messagePayload - a String representing the body of this
event. The content and format are not known by the Enterprise Scheduling
Service.
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||