org.apache.axis2.clustering.control
Class ControlCommand

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

public abstract class ControlCommand
extends ClusteringCommand

Represents a Control command sent from one Node to another

See Also:
Serialized Form

Constructor Summary
ControlCommand()
           
 
Method Summary
abstract  void execute(ConfigurationContext configurationContext)
          Execute this command
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlCommand

public ControlCommand()
Method Detail

execute

public abstract void execute(ConfigurationContext configurationContext)
                      throws ClusteringFault
Execute this command

Parameters:
configurationContext -
Throws:
ClusteringFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.