|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeEventListener
This interface is used to notify the JADE kernel of important events related to the platform nodes.
ServiceManagerImpl| Method Summary | |
|---|---|
void |
nodeAdded(Node n)
This method is invoked when a new node has joined the platform. |
void |
nodeReachable(Node n)
This method is invoked when the local node discovers that a platform node, that was previously unreachable, has become reachable again. |
void |
nodeRemoved(Node n)
This method is invoked when a node has left the platform. |
void |
nodeUnreachable(Node n)
This method is invoked when the local node discovers that a platform node is not reachable anymore. |
| Method Detail |
|---|
void nodeAdded(Node n)
n - The newly added platform node.void nodeRemoved(Node n)
n - The node that has just left.void nodeUnreachable(Node n)
nodeReachable() call might be issued when the IMTP
connection becomes working again.
n - The node that has become unreachable.void nodeReachable(Node n)
n - The node that has become reachable again.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||