Class GetStateCommand

java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.control.ControlCommand
org.apache.axis2.clustering.control.GetStateCommand
All Implemented Interfaces:
Serializable

public class GetStateCommand extends ControlCommand
See Also:
  • Constructor Details

    • GetStateCommand

      public GetStateCommand()
  • Method Details

    • execute

      public void execute(org.apache.axis2.context.ConfigurationContext configCtx) throws org.apache.axis2.clustering.ClusteringFault
      Description copied from class: ControlCommand
      Execute this command
      Specified by:
      execute in class ControlCommand
      Throws:
      org.apache.axis2.clustering.ClusteringFault
    • getCommands

      public org.apache.axis2.clustering.state.StateClusteringCommand[] getCommands()
    • toString

      public String toString()
      Overrides:
      toString in class Object