org.apache.axis2.clustering.state.commands
Class DeleteServiceStateCommand
java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.state.StateClusteringCommand
org.apache.axis2.clustering.state.commands.DeleteServiceStateCommand
- All Implemented Interfaces:
- Serializable
public class DeleteServiceStateCommand
- extends StateClusteringCommand
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceGroupName
protected String serviceGroupName
serviceGroupContextId
protected String serviceGroupContextId
serviceName
protected String serviceName
DeleteServiceStateCommand
public DeleteServiceStateCommand()
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
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.