|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.werken.blissed.activity.CallActivity
An Activity
that calls another Process
.
Constructor Summary | |
CallActivity(Process process)
Construct. |
Method Summary | |
Process |
getProcess()
Retrieve the Process to call. |
void |
perform(ProcessContext context)
Perform this activity within the specified procession. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallActivity(Process process)
process
- The process to call.Method Detail |
public Process getProcess()
Process
to call.public void perform(ProcessContext context) throws ActivityException
perform
in interface Activity
context
- The process contextActivityException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |