|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-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
public class DefaultTasklet
Simple implementation of a tasklet.
| Field Summary | |
|---|---|
protected java.util.Map |
mTemplateProps |
| 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Map mTemplateProps
| Constructor Detail |
|---|
public DefaultTasklet()
| Method Detail |
|---|
public void init(java.util.Map props)
init in interface ITaskletpublic void onInitiate(ITask task)
onInitiate in interface ITasklettr - the task being initializedpublic void onUpdate(ITask task)
onUpdate in interface ITasklettr - the task being updatedpublic void onComplete(ITask task)
onComplete in interface ITasklettr - the task being completedpublic void onExpire(ITask task)
onExpire in interface ITasklettr - the task being expired
|
Oracle BPEL Process Manager Client Java API Reference 10g Release 3 (10.1.3.1.0) B28986-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||