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 voidexecute(org.apache.axis2.context.ConfigurationContext configCtx)Execute this commandorg.apache.axis2.clustering.state.StateClusteringCommand[]getCommands()StringtoString()
-
-
-
Method Detail
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configCtx) throws org.apache.axis2.clustering.ClusteringFaultDescription copied from class:ControlCommandExecute this command- Specified by:
executein classControlCommand- Throws:
org.apache.axis2.clustering.ClusteringFault
-
getCommands
public org.apache.axis2.clustering.state.StateClusteringCommand[] getCommands()
-
-