public interface NodeLifeCycleListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
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.
|
void nodeStarting(NodeLifeCycleEvent event)
event - encapsulates information about the node.void nodeEnding(NodeLifeCycleEvent event)
event - encapsulates information about the node.void jobStarting(NodeLifeCycleEvent event)
event - encapsulates information about the job.void jobEnding(NodeLifeCycleEvent event)
event - encapsulates information about the job.Copyright © 2005-2012 JPPF Team.