org.apache.axis2.clustering.state.commands
Class UpdateConfigurationStateCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.state.StateClusteringCommand
          extended by org.apache.axis2.clustering.state.commands.UpdateStateCommand
              extended by org.apache.axis2.clustering.state.commands.UpdateConfigurationStateCommand
All Implemented Interfaces:
Serializable

public class UpdateConfigurationStateCommand
extends UpdateStateCommand

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
propertyUpdater
 
Constructor Summary
UpdateConfigurationStateCommand()
           
 
Method Summary
 void execute(ConfigurationContext configurationContext)
           
 String toString()
           
 
Methods inherited from class org.apache.axis2.clustering.state.commands.UpdateStateCommand
addProperty, isPropertiesEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateConfigurationStateCommand

public UpdateConfigurationStateCommand()
Method Detail

execute

public void execute(ConfigurationContext configurationContext)
             throws ClusteringFault
Specified by:
execute in class ClusteringCommand
Throws:
ClusteringFault

toString

public String toString()
Overrides:
toString in class Object


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