org.apache.stratos.cartridge.agent
Class RegistrantMembershipListener

java.lang.Object
  extended by org.apache.stratos.cartridge.agent.RegistrantMembershipListener
All Implemented Interfaces:
org.apache.axis2.clustering.MembershipListener

public class RegistrantMembershipListener
extends Object
implements org.apache.axis2.clustering.MembershipListener

Author:
wso2

Constructor Summary
RegistrantMembershipListener(ClusteringClient clusteringClient, org.apache.axis2.context.ConfigurationContext configurationContext)
           
 
Method Summary
 void memberAdded(org.apache.axis2.clustering.Member arg0, boolean arg1)
           
 void memberDisappeared(org.apache.axis2.clustering.Member member, boolean arg1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrantMembershipListener

public RegistrantMembershipListener(ClusteringClient clusteringClient,
                                    org.apache.axis2.context.ConfigurationContext configurationContext)
Method Detail

memberAdded

public void memberAdded(org.apache.axis2.clustering.Member arg0,
                        boolean arg1)
Specified by:
memberAdded in interface org.apache.axis2.clustering.MembershipListener

memberDisappeared

public void memberDisappeared(org.apache.axis2.clustering.Member member,
                              boolean arg1)
Specified by:
memberDisappeared in interface org.apache.axis2.clustering.MembershipListener


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.