Uses of Interface
org.apache.axis2.clustering.ClusteringAgent
-
Packages that use ClusteringAgent Package Description org.apache.axis2.clustering.tribes org.apache.axis2.engine -
-
Uses of ClusteringAgent in org.apache.axis2.clustering.tribes
Classes in org.apache.axis2.clustering.tribes that implement ClusteringAgent Modifier and Type Class Description class
TribesClusteringAgent
The main ClusteringAgent class for the Tribes based clustering implementation -
Uses of ClusteringAgent in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return ClusteringAgent Modifier and Type Method Description ClusteringAgent
AxisConfiguration. getClusteringAgent()
Methods in org.apache.axis2.engine with parameters of type ClusteringAgent Modifier and Type Method Description void
AxisConfiguration. setClusteringAgent(ClusteringAgent clusteringAgent)
-