Uses of Interface
org.jboss.ejb3.cache.StatefulCache

Packages that use StatefulCache
org.jboss.ejb3.cache   
org.jboss.ejb3.cache.simple   
org.jboss.ejb3.cache.tree   
org.jboss.ejb3.stateful   
 

Uses of StatefulCache in org.jboss.ejb3.cache
 

Subinterfaces of StatefulCache in org.jboss.ejb3.cache
 interface ClusteredStatefulCache
          Comment
 

Classes in org.jboss.ejb3.cache that implement StatefulCache
 class NoPassivationCache
          Comment
 

Methods in org.jboss.ejb3.cache that return StatefulCache
 StatefulCache Ejb3CacheFactory.createCache()
           
 StatefulCache NoPassivationCacheFactory.createCache()
           
 

Uses of StatefulCache in org.jboss.ejb3.cache.simple
 

Classes in org.jboss.ejb3.cache.simple that implement StatefulCache
 class SimpleStatefulCache
          Comment
 

Methods in org.jboss.ejb3.cache.simple that return StatefulCache
 StatefulCache SimpleStatefulCacheFactory.createCache()
           
 

Uses of StatefulCache in org.jboss.ejb3.cache.tree
 

Classes in org.jboss.ejb3.cache.tree that implement StatefulCache
 class StatefulTreeCache
          Clustered SFSB cache that uses JBoss Cache to cache and replicate bean contexts.
 

Methods in org.jboss.ejb3.cache.tree that return StatefulCache
 StatefulCache StatefulTreeCacheFactory.createCache()
           
 

Uses of StatefulCache in org.jboss.ejb3.stateful
 

Fields in org.jboss.ejb3.stateful declared as StatefulCache
protected  StatefulCache StatefulContainer.cache
           
 

Methods in org.jboss.ejb3.stateful that return StatefulCache
 StatefulCache StatefulContainer.getCache()
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.