Package org.jboss.ejb.server
Interface ClusterTopologyListener
public interface ClusterTopologyListener
A legacy cluster topology notification client.
- Author:
- David M. Lloyd
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionvoidclusterNewNodesAdded(ClusterTopologyListener.ClusterInfo newClusterInfo) voidclusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo> clusterRemovalInfoList) voidclusterRemoval(List<String> clusterNames) voidclusterTopology(List<ClusterTopologyListener.ClusterInfo> clusterInfoList) org.jboss.remoting3.ConnectionReturns the remoting connection associated with this listener
-
Method Details
-
clusterTopology
-
clusterRemoval
-
clusterNewNodesAdded
-
clusterNodesRemoved
-
getConnection
org.jboss.remoting3.Connection getConnection()Returns the remoting connection associated with this listener- Returns:
- a remoting connection
-