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
public class JoinGroupCommand extends ControlCommand
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JoinGroupCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(ConfigurationContext configurationContext)Execute this command
-
-
-
Method Detail
-
execute
public void execute(ConfigurationContext configurationContext) throws ClusteringFault
Description copied from class:ControlCommandExecute this command- Specified by:
executein classControlCommand- Throws:
ClusteringFault
-
-