biz.hammurapi.dataflow
Class PersistentDataFilter

java.lang.Object
  extended by biz.hammurapi.properties.PropertySetFilter
      extended by biz.hammurapi.dataflow.DataFilter
          extended by biz.hammurapi.dataflow.PersistentDataFilter
All Implemented Interfaces:
biz.hammurapi.config.Context, biz.hammurapi.config.MutableContext, Data, biz.hammurapi.properties.PersistentPropertySet, biz.hammurapi.properties.PropertySet

public class PersistentDataFilter
extends DataFilter
implements biz.hammurapi.properties.PersistentPropertySet

Delegates all calls to the master.

Author:
Pavel

Field Summary
 
Fields inherited from class biz.hammurapi.properties.PropertySetFilter
master
 
Constructor Summary
PersistentDataFilter(PersistentData master)
           
 
Method Summary
 void delete()
           
 void store()
           
 
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

PersistentDataFilter

public PersistentDataFilter(PersistentData master)
Method Detail

delete

public void delete()
            throws biz.hammurapi.properties.PropertySetException
Specified by:
delete in interface biz.hammurapi.properties.PersistentPropertySet
Throws:
biz.hammurapi.properties.PropertySetException

store

public void store()
           throws biz.hammurapi.properties.PropertySetException
Specified by:
store in interface biz.hammurapi.properties.PersistentPropertySet
Throws:
biz.hammurapi.properties.PropertySetException


Copyright © 2005 Hammurapi Group. All Rights Reserved.