|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
com.oracle.services.bpel.task.DefaultTasklet
Simple implementation of a tasklet.
| Constructor Summary | |
DefaultTasklet() |
|
| Method Summary | |
void |
init(java.util.Map props)Initializes the tasklet with the specified properties. |
void |
onComplete(ITask task)This method is invoked when a task is being completed. |
void |
onExpire(ITask task)This method is invoked when a task is being expired. |
void |
onInitiate(ITask task)This method is invoked when a task is being initialized. |
void |
onUpdate(ITask task)This method is invoked when a task is being updated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DefaultTasklet()
| Method Detail |
public void init(java.util.Map props)
init in interface ITaskletpublic void onInitiate(ITask task)
onInitiate in interface ITasklettask - the task being initializedpublic void onUpdate(ITask task)
onUpdate in interface ITasklettask - the task being updatedpublic void onComplete(ITask task)
onComplete in interface ITasklettask - the task being completedpublic void onExpire(ITask task)
onExpire in interface ITasklet
|
Oracle BPEL Process Manager Client API Reference 10g Release 2 (10.1.2) B25709-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||