org.apache.axis2.clustering.state.commands
Class UpdateServiceStateCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.state.StateClusteringCommand
          extended by org.apache.axis2.clustering.state.commands.UpdateStateCommand
              extended by org.apache.axis2.clustering.state.commands.UpdateServiceStateCommand
All Implemented Interfaces:
Serializable

public class UpdateServiceStateCommand
extends UpdateStateCommand

See Also:
Serialized Form

Field Summary
protected  String serviceGroupContextId
           
protected  String serviceGroupName
           
protected  String serviceName
           
 
Fields inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
propertyUpdater
 
Constructor Summary
UpdateServiceStateCommand()
           
 
Method Summary
 void execute(ConfigurationContext configurationContext)
           
 void setServiceGroupContextId(String serviceGroupContextId)
           
 void setServiceGroupName(String serviceGroupName)
           
 void setServiceName(String serviceName)
           
 String toString()
           
 
Methods inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
addProperty, isPropertiesEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceGroupName

protected String serviceGroupName

serviceGroupContextId

protected String serviceGroupContextId

serviceName

protected String serviceName
Constructor Detail

UpdateServiceStateCommand

public UpdateServiceStateCommand()
Method Detail

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.