org.apache.axis2.clustering.control
Class GetConfigurationCommand

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.GetConfigurationCommand
All Implemented Interfaces:
Serializable

public class GetConfigurationCommand
extends ControlCommand

See Also:
Serialized Form

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

Constructor Detail

GetConfigurationCommand

public GetConfigurationCommand()
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

getServiceGroupNames

public String[] getServiceGroupNames()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.