Package | Description |
---|---|
org.apache.axis2.clustering |
Modifier and Type | Method and Description |
---|---|
GroupManagementAgent |
ClusteringAgent.getGroupManagementAgent(String applicationDomain)
Get the GroupManagementAgent which corresponds to the
applicationDomain
This will be valid only when this node is running in groupManagement |
GroupManagementAgent |
ClusteringAgent.getGroupManagementAgent(String applicationDomain,
String applicationSubDomain)
Get the GroupManagementAgent which corresponds to the
applicationDomain + sub-domain |
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.
|
void |
ClusteringAgent.addGroupManagementAgent(GroupManagementAgent agent,
String applicationDomain,
String applicationSubDomain)
Add a GroupManagementAgent to an application domain + sub-domain
|
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.