|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface JobListener
Listener interface for job manager events.
| Method Summary | |
|---|---|
void |
jobDispatched(JobNotification event)
Called when all or part of a job is is sent to a node for execution. |
void |
jobEnded(JobNotification event)
Called when a job is complete and has been sent back to the client. |
void |
jobQueued(JobNotification event)
Called when a new job is put in the job queue. |
void |
jobReturned(JobNotification event)
Called when all or part of a job has returned from irs execution on a node. |
void |
jobUpdated(JobNotification event)
Called when the current number of tasks in a job was updated. |
| Method Detail |
|---|
void jobQueued(JobNotification event)
event - - encapsulates the information about the event.void jobEnded(JobNotification event)
event - - encapsulates the information about the event.void jobUpdated(JobNotification event)
event - - encapsulates the information about the event.void jobDispatched(JobNotification event)
event - - encapsulates the information about the event.void jobReturned(JobNotification event)
event - - encapsulates the information about the event.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||