|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A NodeServer listens for remote nodes and delegates to a RemoteNodeManager their management.
Method Summary | |
void |
setRemoteNodeManager(RemoteNodeManager aManager)
Sets the RemoteNodeManager in charge of managing the remote nodes, which have joined this server. |
void |
start()
Start the server. |
void |
stop()
Stop the server. |
Method Detail |
public void start() throws NodeException, IllegalStateException
NodeException
- If the server can not be started.
IllegalStateException
- Indicates that no RemoteNodeManger has
been set.public void stop()
public void setRemoteNodeManager(RemoteNodeManager aManager)
aManager
- Manager of RemoteNode.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |