|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface MOOSNode
Interface to MOOSNode, which hosts devices. This interface adds methods which are specific to MOOS.
| Field Summary |
|---|
| Fields inherited from interface org.mbari.siam.distributed.Node |
|---|
SERVER_NAME |
| Method Summary | |
|---|---|
DpaPortStatus[] |
getDpaPortStatus()
Get status of all DPA ports. |
DpaPortStatus |
getDpaPortStatus(byte[] commPortName)
Get status of DPA port associated with specified comm port. |
byte[] |
readWDT()
Read watchdog time (WDT) status |
byte[] |
renewWDT()
Keep watchdog from waking up and resetting Node |
void |
wakeupAllNodes()
Send signal to wakeup all nodes. |
void |
wakeupNode(java.net.InetAddress node)
Send signal to wakeup specified node. |
| Methods inherited from interface org.mbari.siam.distributed.RemoteService |
|---|
ping |
| Method Detail |
|---|
byte[] renewWDT()
throws java.rmi.RemoteException,
java.io.IOException,
java.io.FileNotFoundException
java.rmi.RemoteException
java.io.IOException
java.io.FileNotFoundException
byte[] readWDT()
throws java.rmi.RemoteException,
java.io.IOException,
java.io.FileNotFoundException
java.rmi.RemoteException
java.io.IOException
java.io.FileNotFoundException
DpaPortStatus getDpaPortStatus(byte[] commPortName)
throws NotSupportedException,
DeviceNotFound,
java.rmi.RemoteException
NotSupportedException
DeviceNotFound
java.rmi.RemoteException
DpaPortStatus[] getDpaPortStatus()
throws java.rmi.RemoteException
java.rmi.RemoteException
void wakeupNode(java.net.InetAddress node)
throws java.rmi.RemoteException,
java.io.IOException
java.rmi.RemoteException
java.io.IOException
void wakeupAllNodes()
throws java.rmi.RemoteException,
java.io.IOException
java.rmi.RemoteException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||