org.apache.openejb.core.stateful
Class StatefulContainer.BeanContextFilter

java.lang.Object
  extended by org.apache.openejb.core.stateful.StatefulContainer.BeanContextFilter
All Implemented Interfaces:
Serializable, Cache.CacheFilter<Instance>
Enclosing class:
StatefulContainer

public static class StatefulContainer.BeanContextFilter
extends Object
implements Cache.CacheFilter<Instance>, Serializable

See Also:
Serialized Form

Constructor Summary
StatefulContainer.BeanContextFilter(String id)
           
 
Method Summary
 boolean matches(Instance instance)
          True if the filter matches the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulContainer.BeanContextFilter

public StatefulContainer.BeanContextFilter(String id)
Method Detail

matches

public boolean matches(Instance instance)
Description copied from interface: Cache.CacheFilter
True if the filter matches the value.

Specified by:
matches in interface Cache.CacheFilter<Instance>


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.