at.spardat.xma.datasource
Class CacheFilter

java.lang.Object
  extended byat.spardat.xma.datasource.CacheFilter
All Implemented Interfaces:
at.spardat.enterprise.cache.ICache.IKeyFilter

public class CacheFilter
extends java.lang.Object
implements at.spardat.enterprise.cache.ICache.IKeyFilter

Local class to filter the entries in a cache. XMA open source: This class is copied from at.spardat.enterprise.dom.CacheFilter but it uses TableSpec instead of at.spardat.enterprise.dom.DomTableSpec


Constructor Summary
CacheFilter(java.lang.String delSpec)
           
CacheFilter(TableSpec delSpec)
           
 
Method Summary
 boolean accept(java.lang.Object key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheFilter

public CacheFilter(TableSpec delSpec)

CacheFilter

public CacheFilter(java.lang.String delSpec)
Method Detail

accept

public boolean accept(java.lang.Object key)
Specified by:
accept in interface at.spardat.enterprise.cache.ICache.IKeyFilter
See Also:
ICache.IKeyFilter.accept(java.lang.Object)