Package org.jboss.ejb.server
Class ClusterTopologyListener.ClusterInfo
- java.lang.Object
-
- org.jboss.ejb.server.ClusterTopologyListener.ClusterInfo
-
- Enclosing interface:
- ClusterTopologyListener
public static final class ClusterTopologyListener.ClusterInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ClusterInfo(String clusterName, List<ClusterTopologyListener.NodeInfo> nodeInfoList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterName()List<ClusterTopologyListener.NodeInfo>getNodeInfoList()
-
-
-
Constructor Detail
-
ClusterInfo
public ClusterInfo(String clusterName, List<ClusterTopologyListener.NodeInfo> nodeInfoList)
-
-
Method Detail
-
getClusterName
public String getClusterName()
-
getNodeInfoList
public List<ClusterTopologyListener.NodeInfo> getNodeInfoList()
-
-