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