Class ControlCommand
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.control.ControlCommand
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GetConfigurationCommand
,GetConfigurationResponseCommand
,GetStateCommand
,GetStateResponseCommand
,JoinGroupCommand
,MemberJoinedCommand
,MemberListCommand
public abstract class ControlCommand extends ClusteringCommand
Represents a Control command sent from one Node to another- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ControlCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
execute(ConfigurationContext configurationContext)
Execute this command
-
-
-
Method Detail
-
execute
public abstract void execute(ConfigurationContext configurationContext) throws ClusteringFault
Execute this command- Specified by:
execute
in classClusteringCommand
- Parameters:
configurationContext
-- Throws:
ClusteringFault
-
-