Class JoinGroupCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.control.ControlCommand
org.apache.axis2.clustering.control.wka.JoinGroupCommand
- All Implemented Interfaces:
Serializable
This is the message a member will send to another member when it intends to join a group.
This is used with WKA based membership
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.apache.axis2.context.ConfigurationContext configurationContext) Execute this command
-
Constructor Details
-
JoinGroupCommand
public JoinGroupCommand()
-
-
Method Details
-
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
-