Class NodeInfo
java.lang.Object
org.apache.activemq.artemis.api.core.management.NodeInfo
Helper class to create Java Objects from the JSON serialization returned by
ActiveMQServerControl.listNetworkTopology().-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeInfo[]Returns an array of NodeInfo corresponding to the JSON serialization returned byActiveMQServerControl.listNetworkTopology().getId()
-
Constructor Details
-
NodeInfo
-
-
Method Details
-
getId
-
getPrimary
-
getBackup
-
from
Returns an array of NodeInfo corresponding to the JSON serialization returned byActiveMQServerControl.listNetworkTopology().- Returns:
- an array of NodeInfo corresponding to the JSON serialization returned by
ActiveMQServerControl.listNetworkTopology() - Throws:
Exception
-