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

Packages that use ObjectStore
org.jboss.ejb3.cache.impl   
 

Uses of ObjectStore in org.jboss.ejb3.cache.impl
 

Classes in org.jboss.ejb3.cache.impl that implement ObjectStore
 class FileObjectStore<T extends Identifiable>
          Stores objects in a directory via serialization.
 

Constructors in org.jboss.ejb3.cache.impl with parameters of type ObjectStore
GroupedPassivatingCacheImpl(StatefulObjectFactory<T> factory, PassivationManager<T> passivationManager, ObjectStore<T> store, PassivatingCache<PassivationGroup> groupCache)
           
SimplePassivatingCache(StatefulObjectFactory<T> factory, PassivationManager<T> passivationManager, ObjectStore<T> store)
           
 



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