站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

Uses of Interface org.jboss.ejb.InstanceCache (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


Uses of Interface
org.jboss.ejb.InstanceCache

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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.