Package | Description |
---|---|
org.apache.axis2.clustering | |
org.apache.axis2.clustering.management | |
org.apache.axis2.clustering.tribes |
Modifier and Type | Method and Description |
---|---|
GroupManagementAgent |
ClusteringAgent.getGroupManagementAgent(String applicationDomain)
Get the LoadBalanceEventHandler which corresponds to the
applicationDomain
This will be valid only when this node is running in loadBalance mode |
Modifier and Type | Method and Description |
---|---|
void |
ClusteringAgent.addGroupManagementAgent(GroupManagementAgent agent,
String applicationDomain)
Set the load balance event handler which will be notified when load balance events occur.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGroupManagementAgent
The default implementation of
GroupManagementAgent |
Modifier and Type | Method and Description |
---|---|
GroupManagementAgent |
TribesClusteringAgent.getGroupManagementAgent(String applicationDomain) |
Modifier and Type | Method and Description |
---|---|
void |
TribesClusteringAgent.addGroupManagementAgent(GroupManagementAgent agent,
String applicationDomain) |
void |
MembershipManager.setGroupManagementAgent(GroupManagementAgent groupManagementAgent) |
Constructor and Description |
---|
ClusterManagementMode(byte[] clusterManagerDomain,
Map<String,GroupManagementAgent> groupManagementAgents,
MembershipManager primaryMembershipManager) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.