Uses of Interface
org.apache.axis2.clustering.management.NodeManager
-
Packages that use NodeManager Package Description 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 Modifier and Type Method Description NodeManager
ClusteringAgent. getNodeManager()
Methods in org.apache.axis2.clustering with parameters of type NodeManager Modifier and Type Method Description 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 Modifier and Type Class Description class
DefaultNodeManager
-
Uses of NodeManager in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes that return NodeManager Modifier and Type Method Description NodeManager
TribesClusteringAgent. getNodeManager()
Methods in org.apache.axis2.clustering.tribes with parameters of type NodeManager Modifier and Type Method Description void
TribesClusteringAgent. setNodeManager(NodeManager nodeManager)
-