|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface NetworkManager
NetworkManager defines the methods to manage power and communications on the MOOS deployed network.
| Method Summary | |
|---|---|
void |
keepNodeAwake(java.net.InetAddress node,
int msec)
Keep specified node awake for specified duration. |
void |
wakeupAllNodes()
Send wakeup signals to all nodes. |
void |
wakeupNode(java.net.InetAddress node)
Send wakeup signal to specified node. |
| Method Detail |
|---|
void wakeupNode(java.net.InetAddress node)
throws java.io.IOException
java.io.IOException
void wakeupAllNodes()
throws java.io.IOException
java.io.IOException
void keepNodeAwake(java.net.InetAddress node,
int msec)
throws java.io.IOException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||