|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ShoreMessaging
Service interface for shore messaging facility.
| Method Summary | |
|---|---|
void |
connect(int timeoutSec)
Connect modem to shore, attempt to downlink queued messages |
int |
maxDownlinkMsgBytes()
Return maximum bytes allowed in a downlink message |
int |
nQueuedDownlinkMsgs()
Return number of messages currently in downlink queue |
int |
queueDownlinkMessage(byte[] message)
Queue a message for downlink; returns current number of messages in queue. |
void |
shutdown()
Shutdown service |
| Methods inherited from interface org.mbari.siam.distributed.RemoteService |
|---|
ping |
| Method Detail |
|---|
int maxDownlinkMsgBytes()
throws java.rmi.RemoteException
java.rmi.RemoteException
int queueDownlinkMessage(byte[] message)
throws ShoreMessagingHelper.MessageTooBig,
java.lang.Exception,
java.rmi.RemoteException
ShoreMessagingHelper.MessageTooBig
java.lang.Exception
java.rmi.RemoteException
int nQueuedDownlinkMsgs()
throws java.rmi.RemoteException
java.rmi.RemoteException
void connect(int timeoutSec)
throws ShoreMessagingHelper.ConnectFailed,
java.rmi.RemoteException
ShoreMessagingHelper.ConnectFailed
java.rmi.RemoteException
void shutdown()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||