org.apache.axis2.clustering.state.commands
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
serviceGroupName
protected String serviceGroupName
serviceGroupContextId
protected String serviceGroupContextId
UpdateServiceGroupStateCommand
public UpdateServiceGroupStateCommand()
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 class ClusteringCommand
- Throws:
ClusteringFault
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.