Class NodeInfo
- java.lang.Object
-
- org.apache.activemq.artemis.api.core.management.NodeInfo
-
public class NodeInfo extends Object
Helper class to create Java Objects from the JSON serialization returned byActiveMQServerControl.listNetworkTopology().
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInfo[]from(String jsonString)Returns an array of NodeInfo corresponding to the JSON serialization returned byActiveMQServerControl.listNetworkTopology().StringgetBackup()StringgetId()StringgetLive()
-
-
-
Method Detail
-
getId
public String getId()
-
getLive
public String getLive()
-
getBackup
public String getBackup()
-
from
public static NodeInfo[] from(String jsonString) throws Exception
Returns an array of NodeInfo corresponding to the JSON serialization returned byActiveMQServerControl.listNetworkTopology().- Throws:
Exception
-
-