Package org.jboss.ejb.server
Interface ClusterTopologyListener
-
public interface ClusterTopologyListenerA legacy cluster topology notification client.- Author:
- David M. Lloyd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClusterTopologyListener.ClusterInfostatic classClusterTopologyListener.ClusterRemovalInfostatic classClusterTopologyListener.MappingInfostatic classClusterTopologyListener.NodeInfo
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclusterNewNodesAdded(ClusterTopologyListener.ClusterInfo newClusterInfo)voidclusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo> clusterRemovalInfoList)voidclusterRemoval(List<String> clusterNames)voidclusterTopology(List<ClusterTopologyListener.ClusterInfo> clusterInfoList)org.jboss.remoting3.ConnectiongetConnection()Returns the remoting connection associated with this listener
-
-
-
Method Detail
-
clusterTopology
void clusterTopology(List<ClusterTopologyListener.ClusterInfo> clusterInfoList)
-
clusterNewNodesAdded
void clusterNewNodesAdded(ClusterTopologyListener.ClusterInfo newClusterInfo)
-
clusterNodesRemoved
void clusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo> clusterRemovalInfoList)
-
getConnection
org.jboss.remoting3.Connection getConnection()
Returns the remoting connection associated with this listener- Returns:
- a remoting connection
-
-