|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.distributed.NodeInfo
public class NodeInfo
Basic information about node and its subnodes
| Field Summary | |
|---|---|
java.net.InetAddress |
_ethernetAddress
Ethernet address of node |
long |
_nodeID
ISI ID of node |
long |
_nodeStartTime
Time node service started (msec since epoch) |
Subnode[] |
_subnodes
Array of subnodes |
| Constructor Summary | |
|---|---|
NodeInfo(java.net.InetAddress ethernetAddress,
long nodeID,
Subnode[] subnodes,
long startTime)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.net.InetAddress _ethernetAddress
public long _nodeID
public long _nodeStartTime
public Subnode[] _subnodes
| Constructor Detail |
|---|
public NodeInfo(java.net.InetAddress ethernetAddress,
long nodeID,
Subnode[] subnodes,
long startTime)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||