Uses of Interface
org.apache.axis2.clustering.state.StateManager

Packages that use StateManager
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
 StateManager ClusteringAgent.getStateManager()
           
 

Methods in org.apache.axis2.clustering with parameters of type StateManager
 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
 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
 StateManager TribesClusteringAgent.getStateManager()
           
 

Methods in org.apache.axis2.clustering.tribes with parameters of type StateManager
 void TribesClusteringAgent.setStateManager(StateManager stateManager)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.