Class UpdateStateCommand
- java.lang.Object
-
- org.apache.axis2.clustering.ClusteringCommand
-
- org.apache.axis2.clustering.state.StateClusteringCommand
-
- 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
Fields Modifier and Type Field Description protected PropertyUpdaterpropertyUpdater
-
Constructor Summary
Constructors Constructor Description UpdateStateCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(PropertyDifference diff)booleanisPropertiesEmpty()-
Methods inherited from class org.apache.axis2.clustering.ClusteringCommand
execute
-
-
-
-
Field Detail
-
propertyUpdater
protected PropertyUpdater propertyUpdater
-
-
Method Detail
-
isPropertiesEmpty
public boolean isPropertiesEmpty()
-
addProperty
public void addProperty(PropertyDifference diff)
-
-