org.apache.axis2.clustering.control
Class GetStateCommand

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.GetStateCommand
All Implemented Interfaces:
java.io.Serializable

public class GetStateCommand
extends ControlCommand

See Also:
Serialized Form

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

Constructor Detail

GetStateCommand

public GetStateCommand()
Method Detail

execute

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

Specified by:
execute in class ControlCommand
Throws:
ClusteringFault

getCommands

public ContextClusteringCommand[] getCommands()

toString

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


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