Uses of Interface
org.codehaus.wadi.group.Cluster

Packages that use Cluster
org.codehaus.wadi.group   
org.codehaus.wadi.group.command   
org.codehaus.wadi.group.impl   
org.codehaus.wadi.group.vm   
 

Uses of Cluster in org.codehaus.wadi.group
 

Methods in org.codehaus.wadi.group that return Cluster
 Cluster Dispatcher.getCluster()
           
 

Methods in org.codehaus.wadi.group with parameters of type Cluster
 void ClusterListener.onListenerRegistration(Cluster cluster, java.util.Set existing)
           
 void ClusterListener.onMembershipChanged(Cluster cluster, java.util.Set joiners, java.util.Set leavers)
           
 

Uses of Cluster in org.codehaus.wadi.group.command
 

Methods in org.codehaus.wadi.group.command with parameters of type Cluster
 void BootRemotePeer.execute(Envelope envelope, Cluster cluster)
           
 void ClusterCommand.execute(Envelope envelope, Cluster cluster)
           
 

Constructors in org.codehaus.wadi.group.command with parameters of type Cluster
BootRemotePeer(Cluster cluster, Peer targetPeer)
           
 

Uses of Cluster in org.codehaus.wadi.group.impl
 

Classes in org.codehaus.wadi.group.impl that implement Cluster
 class AbstractCluster
           
 

Methods in org.codehaus.wadi.group.impl that return Cluster
 Cluster SharedDispatcher.getCluster()
           
 

Uses of Cluster in org.codehaus.wadi.group.vm
 

Classes in org.codehaus.wadi.group.vm that implement Cluster
 class VMLocalCluster
           
 

Methods in org.codehaus.wadi.group.vm that return Cluster
 Cluster VMDispatcher.getCluster()
           
 

Methods in org.codehaus.wadi.group.vm with parameters of type Cluster
 void VMLocalClusterListener.onListenerRegistration(Cluster cluster, java.util.Set existing)
           
 void VMLocalClusterListener.onMembershipChanged(Cluster cluster, java.util.Set joiners, java.util.Set leavers)
           
 



Copyright © 2010. All Rights Reserved.