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

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

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

Classes in org.apache.openejb.core.stateful that implement Cache
 class SimpleCache<K,V>
           
 

Fields in org.apache.openejb.core.stateful declared as Cache
protected  Cache<java.lang.Object,Instance> StatefulContainer.cache
           
 

Methods in org.apache.openejb.core.stateful that return Cache
 Cache<java.lang.Object,Instance> StatefulContainerFactory.getCache()
           
 

Methods in org.apache.openejb.core.stateful with parameters of type Cache
 void StatefulContainerFactory.setCache(Cache<java.lang.Object,Instance> cache)
           
 

Constructors in org.apache.openejb.core.stateful with parameters of type Cache
StatefulContainer(java.lang.Object id, SecurityService securityService, Cache<java.lang.Object,Instance> cache)
           
 



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