Uses of Interface
org.apache.axis2.clustering.management.NodeManager

Packages that use NodeManager
org.apache.axis2.clustering   
org.apache.axis2.clustering.management   
org.apache.axis2.clustering.tribes   
 

Uses of NodeManager in org.apache.axis2.clustering
 

Methods in org.apache.axis2.clustering that return NodeManager
 NodeManager ClusteringAgent.getNodeManager()
           
 

Methods in org.apache.axis2.clustering with parameters of type NodeManager
 void ClusteringAgent.setNodeManager(NodeManager nodeManager)
          Set the NodeManager corresponding to this ClusteringAgent.
 

Uses of NodeManager in org.apache.axis2.clustering.management
 

Classes in org.apache.axis2.clustering.management that implement NodeManager
 class DefaultNodeManager
           
 

Uses of NodeManager in org.apache.axis2.clustering.tribes
 

Methods in org.apache.axis2.clustering.tribes that return NodeManager
 NodeManager TribesClusteringAgent.getNodeManager()
           
 

Methods in org.apache.axis2.clustering.tribes with parameters of type NodeManager
 void TribesClusteringAgent.setNodeManager(NodeManager nodeManager)
           
 



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