Uses of Interface
org.apache.openejb.core.managed.PassivationStrategy

Packages that use PassivationStrategy
org.apache.openejb.core.managed   
 

Uses of PassivationStrategy in org.apache.openejb.core.managed
 

Classes in org.apache.openejb.core.managed that implement PassivationStrategy
 class RAFPassivater
           
 class SimplePassivater
           
 

Methods in org.apache.openejb.core.managed that return PassivationStrategy
 PassivationStrategy SimpleCache.getPassivator()
           
 

Methods in org.apache.openejb.core.managed with parameters of type PassivationStrategy
 void SimpleCache.setPassivator(PassivationStrategy passivator)
           
 

Method parameters in org.apache.openejb.core.managed with type arguments of type PassivationStrategy
 void SimpleCache.setPassivator(java.lang.Class<? extends PassivationStrategy> passivatorClass)
           
 

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



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