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

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

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

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

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

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

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

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



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