|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Team
Team of workers to execute the assigned Job instances.
| Method Summary | |
|---|---|
void |
assignJob(Job job,
TeamIdentifier assignerTeam)
Assigns a Job to be executed by this Team. |
void |
startWorking()
Indicates for the Team to start working. |
void |
stopWorking()
Indicates for the Team to stop working. |
| Method Detail |
|---|
void startWorking()
Team to start working.
void assignJob(Job job,
TeamIdentifier assignerTeam)
Job to be executed by this Team.
job - Job.assignerTeam - TeamIdentifier of the Team assigning the
Job to this Team.void stopWorking()
Indicates for the Team to stop working.
This method should block and only return control when the Team
has stopped working and is no longer assigned Job instances to
complete.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||