Class JeroMQInstanceStatus
java.lang.Object
dev.getelements.elements.rt.remote.jeromq.JeroMQInstanceStatus
- All Implemented Interfaces:
InstanceStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets theInstanceId
associated with thisInstanceStatus
Gets the node IDs known to the instance.toString()
-
Constructor Details
-
JeroMQInstanceStatus
public JeroMQInstanceStatus(org.zeromq.ZMsg zMsg)
-
-
Method Details
-
getInstanceId
Description copied from interface:InstanceStatus
Gets theInstanceId
associated with thisInstanceStatus
- Specified by:
getInstanceId
in interfaceInstanceStatus
- Returns:
- the
InstanceId
-
getNodeIds
Description copied from interface:InstanceStatus
Gets the node IDs known to the instance.- Specified by:
getNodeIds
in interfaceInstanceStatus
- Returns:
- the known
NodeId
s
-
toString
-