Uses of Interface
org.apache.axis2.clustering.state.StateManager
-
Packages that use StateManager Package Description org.apache.axis2.clustering org.apache.axis2.clustering.state org.apache.axis2.clustering.tribes -
-
Uses of StateManager in org.apache.axis2.clustering
Methods in org.apache.axis2.clustering that return StateManager Modifier and Type Method Description StateManager
ClusteringAgent. getStateManager()
Methods in org.apache.axis2.clustering with parameters of type StateManager Modifier and Type Method Description void
ClusteringAgent. setStateManager(StateManager stateManager)
Set the StateManager corresponding to this ClusteringAgent. -
Uses of StateManager in org.apache.axis2.clustering.state
Classes in org.apache.axis2.clustering.state that implement StateManager Modifier and Type Class Description class
DefaultStateManager
This class is the defaut StateManager of the Apache Tribes based clustering implementation -
Uses of StateManager in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes that return StateManager Modifier and Type Method Description StateManager
TribesClusteringAgent. getStateManager()
Methods in org.apache.axis2.clustering.tribes with parameters of type StateManager Modifier and Type Method Description void
TribesClusteringAgent. setStateManager(StateManager stateManager)
-