| org.concern.controller.AsynchronousActivity
AsynchronousActivity | public interface AsynchronousActivity extends Activity<S>(Code) | | |
Method Summary | |
void | assign(S subject, String assignee, int level) | void | delist(S subject) This method is called by the controller right before the subjects is delisted for this
activity. | void | enlist(S subject) This method is called by the controller right after the subject has been enlisted for this
activity. | int | getTimeout() The activity has to be completed before the timeout is reached. | boolean | isOptional() Tell wether the activity is optional. | void | unassign(S subject, String assignee, int level) |
assign | void assign(S subject, String assignee, int level)(Code) | | |
getTimeout | int getTimeout()(Code) | | The activity has to be completed before the timeout is reached.
the timeout |
isOptional | boolean isOptional()(Code) | | Tell wether the activity is optional.
true, if activity is optional, false otherwise |
unassign | void unassign(S subject, String assignee, int level)(Code) | | |
|
|