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
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.axis2.context.ConfigurationContext configurationContext) Execute this commandorg.apache.catalina.tribes.MembervoidsetMember(org.apache.catalina.tribes.Member member) voidsetMembershipManager(MembershipManager membershipManager) toString()
-
Constructor Details
-
MemberJoinedCommand
public MemberJoinedCommand()
-
-
Method Details
-
setMembershipManager
-
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:ControlCommandExecute this command- Specified by:
executein classControlCommand- Throws:
org.apache.axis2.clustering.ClusteringFault
-
toString
-