Uses of Interface
org.jboss.ha.framework.interfaces.ClusterNode

Packages that use ClusterNode
org.jboss.ha.framework.interfaces   
 

Uses of ClusterNode in org.jboss.ha.framework.interfaces
 

Methods in org.jboss.ha.framework.interfaces that return ClusterNode
 ClusterNode HAPartition.getClusterNode()
          Return member node for the current cluster node.
 ClusterNode[] HAPartition.getClusterNodes()
          Return the member nodes that built the current view i.e., the current partition.
 

Methods in org.jboss.ha.framework.interfaces that return types with arguments of type ClusterNode
 List<ClusterNode> DistributedReplicantManager.lookupReplicantsNodes(String key)
          Return a list of the ClusterNode objects for all nodes that have registered a replicant for the given key.
 

Methods in org.jboss.ha.framework.interfaces with parameters of type ClusterNode
 void HAPartition.callAsyncMethodOnNode(String serviceName, String methodName, Object[] args, Class[] types, long methodTimeout, ClusterNode targetNode)
          Calls method on target node only.
 Object HAPartition.callMethodOnNode(String serviceName, String methodName, Object[] args, Class[] types, long methodTimeout, ClusterNode targetNode)
          Calls method synchronously on target node only.
 



Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.