Class ClusterTopologyListener.ClusterRemovalInfo

java.lang.Object
org.jboss.ejb.server.ClusterTopologyListener.ClusterRemovalInfo
Enclosing interface:
ClusterTopologyListener

public static final class ClusterTopologyListener.ClusterRemovalInfo extends Object
  • Constructor Details

    • ClusterRemovalInfo

      public ClusterRemovalInfo(String clusterName, List<String> nodeNames)
  • Method Details

    • getClusterName

      public String getClusterName()
    • getNodeNames

      public List<String> getNodeNames()