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

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UpdateConfigurationStateCommand, UpdateServiceGroupStateCommand, UpdateServiceStateCommand

public abstract class UpdateStateCommand
extends StateClusteringCommand

See Also:
Serialized Form

Field Summary
protected  PropertyUpdater propertyUpdater
           
 
Constructor Summary
UpdateStateCommand()
           
 
Method Summary
 void addProperty(PropertyDifference diff)
           
 boolean isPropertiesEmpty()
           
 
Methods inherited from class org.apache.axis2.clustering.ClusteringCommand
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyUpdater

protected PropertyUpdater propertyUpdater
Constructor Detail

UpdateStateCommand

public UpdateStateCommand()
Method Detail

isPropertiesEmpty

public boolean isPropertiesEmpty()

addProperty

public void addProperty(PropertyDifference diff)


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