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:
- java.io.Serializable
public class UpdateServiceStateCommand
- extends UpdateStateCommand
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serviceGroupName
protected java.lang.String serviceGroupName
serviceGroupContextId
protected java.lang.String serviceGroupContextId
serviceName
protected java.lang.String serviceName
UpdateServiceStateCommand
public UpdateServiceStateCommand()
setServiceGroupName
public void setServiceGroupName(java.lang.String serviceGroupName)
setServiceName
public void setServiceName(java.lang.String serviceName)
setServiceGroupContextId
public void setServiceGroupContextId(java.lang.String serviceGroupContextId)
execute
public void execute(ConfigurationContext configurationContext)
throws ClusteringFault
- Specified by:
execute
in class ClusteringCommand
- Throws:
ClusteringFault
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.