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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.apache.axis2.context.ConfigurationContext configContext) Execute this commandvoid
setCommands
(org.apache.axis2.clustering.state.StateClusteringCommand[] commands) toString()
-
Constructor Details
-
GetStateResponseCommand
public GetStateResponseCommand()
-
-
Method Details
-
execute
public void execute(org.apache.axis2.context.ConfigurationContext configContext) throws org.apache.axis2.clustering.ClusteringFault Description copied from class:ControlCommand
Execute this command- Specified by:
execute
in classControlCommand
- Throws:
org.apache.axis2.clustering.ClusteringFault
-
setCommands
public void setCommands(org.apache.axis2.clustering.state.StateClusteringCommand[] commands) -
toString
-