Class ControlCommand

java.lang.Object
org.apache.axis2.clustering.ClusteringCommand
org.apache.axis2.clustering.control.ControlCommand
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GetConfigurationCommand, GetConfigurationResponseCommand, GetStateCommand, GetStateResponseCommand, JoinGroupCommand, MemberJoinedCommand, MemberListCommand

public abstract class ControlCommand extends org.apache.axis2.clustering.ClusteringCommand
Represents a Control command sent from one Node to another
See Also:
  • Constructor Details

    • ControlCommand

      public ControlCommand()
  • Method Details

    • execute

      public abstract void execute(org.apache.axis2.context.ConfigurationContext configurationContext) throws org.apache.axis2.clustering.ClusteringFault
      Execute this command
      Specified by:
      execute in class org.apache.axis2.clustering.ClusteringCommand
      Parameters:
      configurationContext -
      Throws:
      org.apache.axis2.clustering.ClusteringFault