org.apache.geronimo.clustering
Interface ClusterListener


public interface ClusterListener


Method Summary
 void onListenerRegistration(Cluster cluster, Set<Node> existing)
           
 void onMembershipChanged(Cluster cluster, Set<Node> joiners, Set<Node> leavers)
           
 

Method Detail

onListenerRegistration

void onListenerRegistration(Cluster cluster,
                            Set<Node> existing)

onMembershipChanged

void onMembershipChanged(Cluster cluster,
                         Set<Node> joiners,
                         Set<Node> leavers)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.