org.apache.axis2.clustering.control.wka
Class MemberJoinedCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.control.ControlCommand
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
MemberJoinedCommand
public MemberJoinedCommand()
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.