org.apache.axis2.clustering.context.commands
Class UpdateContextCommand

java.lang.Object
  extended by org.apache.axis2.clustering.ClusteringCommand
      extended by org.apache.axis2.clustering.context.ContextClusteringCommand
          extended by org.apache.axis2.clustering.context.commands.UpdateContextCommand
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
UpdateConfigurationContextCommand, UpdateServiceContextCommand, UpdateServiceGroupContextCommand

public abstract class UpdateContextCommand
extends ContextClusteringCommand

See Also:
Serialized Form

Field Summary
protected  PropertyUpdater propertyUpdater
           
 
Constructor Summary
UpdateContextCommand()
           
 
Method Summary
 void addProperty(PropertyDifference diff)
           
 boolean isPropertiesEmpty()
           
 
Methods inherited from class org.apache.axis2.clustering.context.ContextClusteringCommand
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

UpdateContextCommand

public UpdateContextCommand()
Method Detail

isPropertiesEmpty

public boolean isPropertiesEmpty()

addProperty

public void addProperty(PropertyDifference diff)


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