|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface NodeLifeCycleListener
Interface for all listeners to the node's life cycle events.
| Method Summary | |
|---|---|
void |
jobEnding(NodeLifeCycleEvent event)
Called after the node finishes processing a job. |
void |
jobStarting(NodeLifeCycleEvent event)
Called before the node starts processing a job. |
void |
nodeEnding(NodeLifeCycleEvent event)
Called when the node is terminating. |
void |
nodeStarting(NodeLifeCycleEvent event)
Called when the node has finished initializing, and before it starts processing jobs. |
| Method Detail |
|---|
void nodeStarting(NodeLifeCycleEvent event)
event - encapsulates inforation about the node.void nodeEnding(NodeLifeCycleEvent event)
event - encapsulates inforation about the node.void jobStarting(NodeLifeCycleEvent event)
event - encapsulates information about the job.void jobEnding(NodeLifeCycleEvent event)
event - encapsulates information about the job.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||