org.apache.axis2.clustering.state
Class PropertyUpdater

java.lang.Object
  extended by org.apache.axis2.clustering.state.PropertyUpdater
All Implemented Interfaces:
Serializable

public class PropertyUpdater
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PropertyUpdater()
           
 
Method Summary
 void addContextProperty(PropertyDifference diff)
           
 Map getProperties()
           
 void setProperties(Map properties)
           
 void updateProperties(AbstractContext abstractContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyUpdater

public PropertyUpdater()
Method Detail

updateProperties

public void updateProperties(AbstractContext abstractContext)

addContextProperty

public void addContextProperty(PropertyDifference diff)

setProperties

public void setProperties(Map properties)

getProperties

public Map getProperties()


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