org.apache.axis2.clustering.control.wka
Class MemberJoinedCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.control.ControlCommand
          extended by org.apache.axis2.clustering.control.wka.MemberJoinedCommand
All Implemented Interfaces:
Serializable

public class MemberJoinedCommand
extends ControlCommand

This is the notification message a member will send to all others in the group after it has joined the group. When the other members received this message, they will add the newly joined member to their member list

See Also:
Serialized Form

Constructor Summary
MemberJoinedCommand()
           
 
Method Summary
 void execute(ConfigurationContext configurationContext)
          Execute this command
 org.apache.catalina.tribes.Member getMember()
           
 void setMember(org.apache.catalina.tribes.Member member)
           
 void setMembershipManager(MembershipManager membershipManager)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MemberJoinedCommand

public MemberJoinedCommand()
Method Detail

setMembershipManager

public void setMembershipManager(MembershipManager membershipManager)

setMember

public void setMember(org.apache.catalina.tribes.Member member)

getMember

public org.apache.catalina.tribes.Member getMember()

execute

public void execute(ConfigurationContext configurationContext)
             throws ClusteringFault
Description copied from class: ControlCommand
Execute this command

Specified by:
execute in class ControlCommand
Throws:
ClusteringFault

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.