org.apache.openejb.core.stateful
Interface Cache.CacheFilter<V>

Enclosing interface:
Cache<K,V>

public static interface Cache.CacheFilter<V>

CacheFileter is used to select values to remove during a removeAll invocation.


Method Summary
 boolean matches(V v)
          True if the filter matches the value.
 

Method Detail

matches

boolean matches(V v)
True if the filter matches the value.



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.