|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManageableNode
This describes any kind of node that will be registered and utilized in the ManagerService and through the GUI logging and visualization services.
| Method Summary | |
|---|---|
java.lang.Class<? extends NodeMonitor> |
getMonitorInterface()
This returns the Node implementation specific monitor that will be used. |
void |
initialize(java.lang.String id,
ManageableNode node,
NodeMonitor monitor)
Initializes a new node |
void |
ping()
This method is used in nodes to determine that they are still up. |
| Method Detail |
|---|
void initialize(java.lang.String id,
ManageableNode node,
NodeMonitor monitor)
throws java.rmi.RemoteException
id - The identifier of the nodenode - A gateway node, may be nullmonitor - The default monitor to attach
java.rmi.RemoteException
java.lang.Class<? extends NodeMonitor> getMonitorInterface()
throws java.rmi.RemoteException
java.rmi.RemoteException
void ping()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||