org.apache.openejb.core.stateful
Class StatefulContainer.BeanContextFilter
java.lang.Object
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
|
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 |
StatefulContainer.BeanContextFilter
public StatefulContainer.BeanContextFilter(String id)
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.