Class GetStateCommand
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.control.ControlCommand
-
- org.apache.axis2.clustering.control.GetStateCommand
-
- All Implemented Interfaces:
Serializable
public class GetStateCommand extends ControlCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetStateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ConfigurationContext configCtx)
Execute this commandStateClusteringCommand[]
getCommands()
String
toString()
-
-
-
Method Detail
-
execute
public void execute(ConfigurationContext configCtx) throws ClusteringFault
Description copied from class:ControlCommand
Execute this command- Specified by:
execute
in classControlCommand
- Throws:
ClusteringFault
-
getCommands
public StateClusteringCommand[] getCommands()
-
-