|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
| Methods in org.openejb.sfsb that return InstanceCache | |
InstanceCache |
StatefulInstanceContext.getCache()
|
| Methods in org.openejb.sfsb with parameters of type InstanceCache | |
void |
StatefulInstanceContext.setCache(InstanceCache cache)
|
| Constructors in org.openejb.sfsb with parameters of type InstanceCache | |
StatefulInstanceInterceptor(org.apache.geronimo.core.service.Interceptor next,
Object containerId,
InstanceFactory factory,
InstanceCache cache,
org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||