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

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

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

Methods in org.jboss.ha.framework.interfaces that return ClusterNode
 ClusterNode HASingletonElectionPolicy.elect(List<ClusterNode> nodes)
          Return the elected master node.
 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.
 boolean ResponseFilter.isAcceptable(Object response, ClusterNode sender)
          Determines whether a response from a given sender should be added to the response list of the request
 

Method parameters in org.jboss.ha.framework.interfaces with type arguments of type ClusterNode
 ClusterNode HASingletonElectionPolicy.elect(List<ClusterNode> nodes)
          Return the elected master node.
 

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

Methods in org.jboss.ha.framework.server that return types with arguments of type ClusterNode
protected  List<ClusterNode> HASingletonImpl.getElectionCandidates()
           
 



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