Uses of Interface
org.openejb.cache.InstanceCache

Packages that use InstanceCache
org.openejb   
org.openejb.cache   
org.openejb.sfsb   
 

Uses of InstanceCache in org.openejb
 

Fields in org.openejb declared as InstanceCache
protected  InstanceCache AbstractInterceptorBuilder.instanceCache
           
 

Methods in org.openejb with parameters of type InstanceCache
 void AbstractInterceptorBuilder.setInstanceCache(InstanceCache instanceCache)
           
 void InterceptorBuilder.setInstanceCache(InstanceCache instanceCache)
           
 

Uses of InstanceCache in org.openejb.cache
 

Classes in org.openejb.cache that implement InstanceCache
 class LRUInstanceCache
          This is a very simple implementation of InstanceCache designed for raw flat out speed.
 class SimpleInstanceCache
          This is a very simple implementation of InstanceCache designed for raw flat out speed.
 

Uses of InstanceCache in org.openejb.sfsb
 

Constructors in org.openejb.sfsb with parameters of type InstanceCache
StatefulInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next, Object containerId, InstanceFactory factory, InstanceCache cache)
           
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.