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
Represents a Control command sent from one Node to another
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidexecute(ConfigurationContext configurationContext) Execute this command
-
Constructor Details
-
ControlCommand
public ControlCommand()
-
-
Method Details
-
execute
Execute this command- Specified by:
executein classClusteringCommand- Parameters:
configurationContext-- Throws:
ClusteringFault
-