org.apache.axis2.clustering.state.commands
Class UpdateServiceStateCommand
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.UpdateServiceStateCommand
- All Implemented Interfaces:
- Serializable
public class UpdateServiceStateCommand
- extends UpdateStateCommand
- See Also:
- Serialized Form
serviceGroupName
protected String serviceGroupName
serviceGroupContextId
protected String serviceGroupContextId
serviceName
protected String serviceName
UpdateServiceStateCommand
public UpdateServiceStateCommand()
setServiceGroupName
public void setServiceGroupName(String serviceGroupName)
setServiceName
public void setServiceName(String serviceName)
setServiceGroupContextId
public void setServiceGroupContextId(String serviceGroupContextId)
execute
public void execute(ConfigurationContext configurationContext)
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.