Class UpdateServiceGroupStateCommand

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.UpdateServiceGroupStateCommand
All Implemented Interfaces:
Serializable

public class UpdateServiceGroupStateCommand extends UpdateStateCommand
See Also:
  • Field Details

    • serviceGroupName

      protected String serviceGroupName
    • serviceGroupContextId

      protected String serviceGroupContextId
  • Constructor Details

    • UpdateServiceGroupStateCommand

      public UpdateServiceGroupStateCommand()
  • Method Details

    • getServiceGroupName

      public String getServiceGroupName()
    • setServiceGroupName

      public void setServiceGroupName(String serviceGroupName)
    • getServiceGroupContextId

      public String getServiceGroupContextId()
    • setServiceGroupContextId

      public void setServiceGroupContextId(String serviceGroupContextId)
    • execute

      public void execute(org.apache.axis2.context.ConfigurationContext configContext) throws org.apache.axis2.clustering.ClusteringFault
      Specified by:
      execute in class org.apache.axis2.clustering.ClusteringCommand
      Throws:
      org.apache.axis2.clustering.ClusteringFault
    • toString

      public String toString()
      Overrides:
      toString in class Object