|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.distributed.NodeSessionInfo
public class NodeSessionInfo
NodeSessionInfo contains information returned by the node at the start of a "telemetry" session, including list of the node's ports, subnodes and other information. Note: applications using this object must check boolean values within the object to determine whether errors occurred while renewing the node watchdog timer or executing the initial command command script.
| Field Summary | |
|---|---|
boolean |
_initCommandError
|
byte[] |
_initCommandStatus
Initial connection command status |
long |
_nodeID
Node ID |
Port[] |
_ports
Node ports |
long |
_startTimeMsec
Time at which node service started |
Subnode[] |
_subnodes
Subnodes |
boolean |
_wdtError
|
byte[] |
_wdtStatus
Watchdog timer status |
| Constructor Summary | |
|---|---|
NodeSessionInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long _nodeID
public long _startTimeMsec
public Port[] _ports
public Subnode[] _subnodes
public byte[] _wdtStatus
public boolean _wdtError
public byte[] _initCommandStatus
public boolean _initCommandError
| Constructor Detail |
|---|
public NodeSessionInfo()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||