Class UpdateServiceGroupStateCommand
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.state.StateClusteringCommand
-
- org.apache.axis2.clustering.state.commands.UpdateStateCommand
-
- org.apache.axis2.clustering.state.commands.UpdateServiceGroupStateCommand
-
- All Implemented Interfaces:
Serializable
public class UpdateServiceGroupStateCommand extends UpdateStateCommand
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
serviceGroupContextId
protected String
serviceGroupName
-
Fields inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
propertyUpdater
-
-
Constructor Summary
Constructors Constructor Description UpdateServiceGroupStateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(ConfigurationContext configContext)
String
getServiceGroupContextId()
String
getServiceGroupName()
void
setServiceGroupContextId(String serviceGroupContextId)
void
setServiceGroupName(String serviceGroupName)
String
toString()
-
Methods inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
addProperty, isPropertiesEmpty
-
-
-
-
Method Detail
-
getServiceGroupName
public String getServiceGroupName()
-
setServiceGroupName
public void setServiceGroupName(String serviceGroupName)
-
getServiceGroupContextId
public String getServiceGroupContextId()
-
setServiceGroupContextId
public void setServiceGroupContextId(String serviceGroupContextId)
-
execute
public void execute(ConfigurationContext configContext) throws ClusteringFault
- Specified by:
execute
in classClusteringCommand
- Throws:
ClusteringFault
-
-