com.bea.wlevs.ede.api.cluster
Interface GroupMembershipListener


public interface GroupMembershipListener

Listener interface that allows beans and adapters to listen for cluster group membership changes. Beans wanting to be notified should simply implement this interface and the runtime will automatically invoke the callback when membership changes occur. The grooup used is that to which the current deployment is deployed.


Method Summary
 void onMembershipChange(Server localIdentity, Configuration groupConfiguration)
          Callback method to be implemented by the receiving bean.
 

Method Detail

onMembershipChange

public void onMembershipChange(Server localIdentity,
                               Configuration groupConfiguration)
Callback method to be implemented by the receiving bean.

Parameters:
localIdentity - of the current server. This is provided so that it can be identified in the provided configuration.
groupConfiguration - - the current configuration of the group including all active members.


Copyright © 2007 BEA Systems All Rights Reserved.