org.apache.axis2.clustering.context
Class PropertyUpdater

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

public class PropertyUpdater
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PropertyUpdater()
           
 
Method Summary
 void addContextProperty(PropertyDifference diff)
           
 java.util.Map getProperties()
           
 void setProperties(java.util.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(java.util.Map properties)

getProperties

public java.util.Map getProperties()


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