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