public interface ClusterTopologyListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterTopologyListener.ClusterInfo |
static class |
ClusterTopologyListener.ClusterRemovalInfo |
static class |
ClusterTopologyListener.MappingInfo |
static class |
ClusterTopologyListener.NodeInfo |
| Modifier and Type | Method and Description |
|---|---|
void |
clusterNewNodesAdded(ClusterTopologyListener.ClusterInfo newClusterInfo) |
void |
clusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo> clusterRemovalInfoList) |
void |
clusterRemoval(List<String> clusterNames) |
void |
clusterTopology(List<ClusterTopologyListener.ClusterInfo> clusterInfoList) |
Connection |
getConnection()
Returns the remoting connection associated with this listener
|
void clusterTopology(List<ClusterTopologyListener.ClusterInfo> clusterInfoList)
void clusterNewNodesAdded(ClusterTopologyListener.ClusterInfo newClusterInfo)
void clusterNodesRemoved(List<ClusterTopologyListener.ClusterRemovalInfo> clusterRemovalInfoList)
Connection getConnection()
Copyright © 2022 JBoss by Red Hat. All rights reserved.