Class DeleteServiceGroupStateCommand
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.state.StateClusteringCommand
-
- org.apache.axis2.clustering.state.commands.DeleteServiceGroupStateCommand
-
- All Implemented Interfaces:
Serializable
public class DeleteServiceGroupStateCommand extends StateClusteringCommand
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteServiceGroupStateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ConfigurationContext configurationContext)
void
setServiceGroupContextId(String serviceGroupContextId)
-
-
-
Method Detail
-
setServiceGroupContextId
public void setServiceGroupContextId(String serviceGroupContextId)
-
execute
public void execute(ConfigurationContext configurationContext) throws ClusteringFault
- Specified by:
execute
in classClusteringCommand
- Throws:
ClusteringFault
-
-