org.mbari.siam.devices.nalModem
Class A3LAMessagingService
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.mbari.siam.utils.ShoreMessagingService
org.mbari.siam.devices.nalModem.NALMessagingService
org.mbari.siam.devices.nalModem.A3LAMessagingService
- All Implemented Interfaces:
- java.io.Serializable, java.rmi.Remote, RemoteService, ShoreMessaging
public class A3LAMessagingService
- extends NALMessagingService
- implements ShoreMessaging
Simulated implementation of ShoreMessaging
- See Also:
- Serialized Form
| Fields inherited from class org.mbari.siam.devices.nalModem.NALMessagingService |
_aggregateMsg, _checkForUplinks, _connectionTimer, _log4j, _nPendingUplinks, _serialPortName, _uplinkMsg, MAX_CONSEC_DOWNLINK_FAILED, MAX_CONSEC_UPLINK_FAILED, MAX_UPLINKS_PER_SESSION, PROFILE_NUMBER, READ_TIMEOUT_MSEC |
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
|
Method Summary |
static void |
main(java.lang.String[] args)
|
int |
maxDownlinkMsgBytes()
Return maximum bytes in downlinked message |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
MAX_DOWNLINK_MSG_BYTES
protected static final int MAX_DOWNLINK_MSG_BYTES
- See Also:
- Constant Field Values
MAX_UPLINK_MSG_BYTES
protected static final int MAX_UPLINK_MSG_BYTES
- See Also:
- Constant Field Values
A3LAMessagingService
public A3LAMessagingService(java.lang.String serialPortName)
throws java.lang.Exception
- Throws:
java.lang.Exception
maxDownlinkMsgBytes
public int maxDownlinkMsgBytes()
- Return maximum bytes in downlinked message
- Specified by:
maxDownlinkMsgBytes in interface ShoreMessaging
main
public static void main(java.lang.String[] args)
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.