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

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.MemberListCommand
All Implemented Interfaces:
Serializable

public class MemberListCommand
extends ControlCommand

When a new member wishes to join a group, it will send a JoinGroupCommand message to a known member. Then this known member will respond with this MemberListCommand message. This message will contain a list of all current members.

See Also:
Serialized Form

Constructor Summary
MemberListCommand()
           
 
Method Summary
 void execute(ConfigurationContext configurationContext)
          Execute this command
 void setMembers(org.apache.catalina.tribes.Member[] members)
           
 void setMembershipManager(MembershipManager membershipManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemberListCommand

public MemberListCommand()
Method Detail

setMembershipManager

public void setMembershipManager(MembershipManager membershipManager)

setMembers

public void setMembers(org.apache.catalina.tribes.Member[] members)

execute

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

Specified by:
execute in class ControlCommand
Throws:
ClusteringFault


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