org.apache.axis2.clustering.context.commands
Class UpdateServiceGroupContextCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.context.ContextClusteringCommand
org.apache.axis2.clustering.context.commands.UpdateContextCommand
org.apache.axis2.clustering.context.commands.UpdateServiceGroupContextCommand
- All Implemented Interfaces:
- Serializable
public class UpdateServiceGroupContextCommand
- extends UpdateContextCommand
- See Also:
- Serialized Form
serviceGroupName
protected String serviceGroupName
serviceGroupContextId
protected String serviceGroupContextId
UpdateServiceGroupContextCommand
public UpdateServiceGroupContextCommand()
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 ContextClusteringCommand
- Throws:
ClusteringFault
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.