org.apache.axis2.clustering.control
Class GetConfigurationResponseCommand

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

public class GetConfigurationResponseCommand
extends ControlCommand

See Also:
Serialized Form

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

Constructor Detail

GetConfigurationResponseCommand

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

setServiceGroups

public void setServiceGroups(java.lang.String[] serviceGroups)

toString

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


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