Class MemberListCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.control.ControlCommand
org.apache.axis2.clustering.control.wka.MemberListCommand
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.axis2.context.ConfigurationContext configurationContext) Execute this commandvoidsetMembers(org.apache.catalina.tribes.Member[] members) voidsetMembershipManager(MembershipManager membershipManager)
-
Constructor Details
-
MemberListCommand
public MemberListCommand()
-
-
Method Details
-
setMembershipManager
-
setMembers
public void setMembers(org.apache.catalina.tribes.Member[] members) -
execute
public void execute(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.clustering.ClusteringFault Description copied from class:ControlCommandExecute this command- Specified by:
executein classControlCommand- Throws:
org.apache.axis2.clustering.ClusteringFault
-