Uses of Interface
org.apache.openejb.core.stateful.Cache.CacheListener

Packages that use Cache.CacheListener
org.apache.openejb.core.stateful   
 

Uses of Cache.CacheListener in org.apache.openejb.core.stateful
 

Classes in org.apache.openejb.core.stateful that implement Cache.CacheListener
 class StatefulContainer.StatefulCacheListener
           
 

Methods in org.apache.openejb.core.stateful that return Cache.CacheListener
 Cache.CacheListener<V> SimpleCache.getListener()
           
 Cache.CacheListener<V> Cache.getListener()
          Gets the listener for cache events.
 

Methods in org.apache.openejb.core.stateful with parameters of type Cache.CacheListener
 void SimpleCache.setListener(Cache.CacheListener<V> listener)
           
 void Cache.setListener(Cache.CacheListener<V> listener)
          Sets the listener for cache events.
 

Constructors in org.apache.openejb.core.stateful with parameters of type Cache.CacheListener
SimpleCache(Cache.CacheListener<V> listener, PassivationStrategy passivator, int capacity, int bulkPassivate, Duration timeOut)
           
 



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