public class NodeInfo extends Object
ActiveMQServerControl.listNetworkTopology()
.Constructor and Description |
---|
NodeInfo(String id,
String live,
String backup) |
Modifier and Type | Method and Description |
---|---|
static NodeInfo[] |
from(String jsonString)
Returns an array of NodeInfo corresponding to the JSON serialization returned
by
ActiveMQServerControl.listNetworkTopology() . |
String |
getBackup() |
String |
getId() |
String |
getLive() |
public String getId()
public String getLive()
public String getBackup()
public static NodeInfo[] from(String jsonString) throws Exception
ActiveMQServerControl.listNetworkTopology()
.Exception
Copyright © 2021 JBoss by Red Hat. All rights reserved.