|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupManagementAgent | |
---|---|
org.apache.axis2.clustering | |
org.apache.axis2.clustering.management | |
org.apache.axis2.clustering.tribes |
Uses of GroupManagementAgent in org.apache.axis2.clustering |
---|
Methods in org.apache.axis2.clustering that return GroupManagementAgent | |
---|---|
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 |
Methods in org.apache.axis2.clustering with parameters of type GroupManagementAgent | |
---|---|
void |
ClusteringAgent.addGroupManagementAgent(GroupManagementAgent agent,
String applicationDomain)
Set the load balance event handler which will be notified when load balance events occur. |
Uses of GroupManagementAgent in org.apache.axis2.clustering.management |
---|
Classes in org.apache.axis2.clustering.management that implement GroupManagementAgent | |
---|---|
class |
DefaultGroupManagementAgent
The default implementation of GroupManagementAgent |
Uses of GroupManagementAgent in org.apache.axis2.clustering.tribes |
---|
Methods in org.apache.axis2.clustering.tribes that return GroupManagementAgent | |
---|---|
GroupManagementAgent |
TribesClusteringAgent.getGroupManagementAgent(String applicationDomain)
|
Methods in org.apache.axis2.clustering.tribes with parameters of type GroupManagementAgent | |
---|---|
void |
TribesClusteringAgent.addGroupManagementAgent(GroupManagementAgent agent,
String applicationDomain)
|
void |
MembershipManager.setGroupManagementAgent(GroupManagementAgent groupManagementAgent)
|
Constructor parameters in org.apache.axis2.clustering.tribes with type arguments of type GroupManagementAgent | |
---|---|
ClusterManagementMode(byte[] clusterManagerDomain,
Map<String,GroupManagementAgent> groupManagementAgents,
MembershipManager primaryMembershipManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |