| Package | Description |
|---|---|
| org.apache.axis2.clustering |
| Modifier and Type | Method and Description |
|---|---|
GroupManagementAgent |
ClusteringAgent.getGroupManagementAgent(java.lang.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(java.lang.String applicationDomain,
java.lang.String applicationSubDomain)
Get the GroupManagementAgent which corresponds to the
applicationDomain + sub-domain |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusteringAgent.addGroupManagementAgent(GroupManagementAgent agent,
java.lang.String applicationDomain)
Set the load balance event handler which will be notified when load balance events occur.
|
void |
ClusteringAgent.addGroupManagementAgent(GroupManagementAgent agent,
java.lang.String applicationDomain,
java.lang.String applicationSubDomain,
int groupMgtPort)
Add a GroupManagementAgent to an application domain + sub-domain
|
Copyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.