biz.hammurapi.properties
Class PersistentPropertySetFilter

java.lang.Object
  extended by biz.hammurapi.properties.PropertySetFilter
      extended by biz.hammurapi.properties.PersistentPropertySetFilter
All Implemented Interfaces:
Context, MutableContext, PersistentPropertySet, PropertySet

public class PersistentPropertySetFilter
extends PropertySetFilter
implements PersistentPropertySet


Field Summary
 
Fields inherited from class biz.hammurapi.properties.PropertySetFilter
master
 
Constructor Summary
PersistentPropertySetFilter(PersistentPropertySet master)
           
 
Method Summary
 void delete()
          Deletes property set from the storage.
 void store()
          Writes properties or modifications into persistens storage.
 
Methods inherited from class biz.hammurapi.properties.PropertySetFilter
clear, compareProperties, containsAll, get, get, getPropertyNames, getSubset, mount, remove, set, setAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface biz.hammurapi.properties.PropertySet
clear, compareProperties, containsAll, get, get, getPropertyNames, getSubset, mount, remove, set, setAll
 

Constructor Detail

PersistentPropertySetFilter

public PersistentPropertySetFilter(PersistentPropertySet master)
Method Detail

delete

public void delete()
            throws PropertySetException
Description copied from interface: PersistentPropertySet
Deletes property set from the storage.

Specified by:
delete in interface PersistentPropertySet
Throws:
PropertySetException

store

public void store()
           throws PropertySetException
Description copied from interface: PersistentPropertySet
Writes properties or modifications into persistens storage.

Specified by:
store in interface PersistentPropertySet
Throws:
PropertySetException


Copyright © 2003 Hammurapi Group. All Rights Reserved.