|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityBehaviour
implements the runtime behaviour of an activity.
| Method Summary | |
|---|---|
void |
execute(ActivityExecution execution)
invoked when an execution arrives in an activity. |
| Method Detail |
|---|
void execute(ActivityExecution execution)
throws java.lang.Exception
An ActivityBehaviour can control the propagation
of execution. ActivityBehaviour's can become external activities when they
invoke ActivityExecution.waitForSignal(). That means the
activity will become a wait state. In that case, ExternalActivityBehaviour
should be implemented to also handle the external signals.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||