org.apache.axis2.clustering.control
Class GetStateResponseCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.control.ControlCommand
          extended by org.apache.axis2.clustering.control.GetStateResponseCommand
All Implemented Interfaces:
java.io.Serializable

public class GetStateResponseCommand
extends ControlCommand

See Also:
Serialized Form

Constructor Summary
GetStateResponseCommand()
           
 
Method Summary
 void execute(ConfigurationContext configContext)
          Execute this command
 void setCommands(ContextClusteringCommand[] commands)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetStateResponseCommand

public GetStateResponseCommand()
Method Detail

execute

public void execute(ConfigurationContext configContext)
             throws ClusteringFault
Description copied from class: ControlCommand
Execute this command

Specified by:
execute in class ControlCommand
Throws:
ClusteringFault

setCommands

public void setCommands(ContextClusteringCommand[] commands)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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