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:
  • Constructor Details

    • MemberJoinedCommand

      public MemberJoinedCommand()
  • Method Details

    • 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(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.clustering.ClusteringFault
      Description copied from class: ControlCommand
      Execute this command
      Specified by:
      execute in class ControlCommand
      Throws:
      org.apache.axis2.clustering.ClusteringFault
    • toString

      public String toString()
      Overrides:
      toString in class Object