|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InstanceCache | |
org.jboss.ejb | Package description goes here. |
org.jboss.ejb.plugins | Package description goes here. |
Uses of InstanceCache in org.jboss.ejb |
Subinterfaces of InstanceCache in org.jboss.ejb | |
interface |
EntityCache
EntityCaches can work from several keys. |
Fields in org.jboss.ejb declared as InstanceCache | |
protected InstanceCache |
StatefulSessionContainer.instanceCache
The instance cache. |
protected InstanceCache |
EntityContainer.instanceCache
This is the instance cache for this container |
Methods in org.jboss.ejb that return InstanceCache | |
InstanceCache |
StatefulSessionContainer.getInstanceCache()
|
InstanceCache |
EntityContainer.getInstanceCache()
|
Methods in org.jboss.ejb with parameters of type InstanceCache | |
void |
StatefulSessionContainer.setInstanceCache(InstanceCache ic)
|
void |
EntityContainer.setInstanceCache(InstanceCache ic)
|
Uses of InstanceCache in org.jboss.ejb.plugins |
Classes in org.jboss.ejb.plugins that implement InstanceCache | |
class |
AbstractInstanceCache
Base class for caches of entity and stateful beans. |
class |
EntityInstanceCache
Cache subclass for entity beans. |
class |
InvalidableEntityInstanceCache
Cache implementation that registers with an InvalidationManager when in commit option A or D. |
class |
PerTxEntityInstanceCache
Per transaction instance cache. |
class |
StatefulSessionInstanceCache
Cache for stateful session beans. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |