Class 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 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​(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