Uses of Class
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 HAPartition.getClusterNode()
          Return member node for the current cluster node.
 ClusterNode[] HAPartition.getClusterNodes()
          Return the member nodes that built the current view i.e.
 

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

Fields in org.jboss.ha.framework.server declared as ClusterNode
protected  ClusterNode HAPartitionImpl.me
          me as a ClusterNode
 

Methods in org.jboss.ha.framework.server that return ClusterNode
 ClusterNode HAPartitionImpl.getClusterNode()
           
 ClusterNode[] HAPartitionImpl.getClusterNodes()
           
 

Methods in org.jboss.ha.framework.server with parameters of type ClusterNode
 org.jboss.ha.framework.server.ClusterFileTransfer.FileContentChunk ClusterFileTransfer.remotePullOpenFile(File file, String originNodeName, ClusterNode originNode, String parentName)
          This is remotely called by ClusterFileTransfer.pull(File , String ) to open the file on the machine that the file is being copied from.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.