Package org.jboss.ejb3.cache

Interface Summary
Cache<T extends Identifiable> Cache a stateful object and make sure any life cycle callbacks are called at the appropriate time.
Identifiable An object that has an identification.
LongevityCache<T extends Identifiable> An longevity cache keeps hold over an object for use with multiple operations.
ObjectStore<T extends Identifiable> Stores an indentifiable object on a persistence store.
PassivatingCache<T extends Identifiable> A cache which passivates unused objects.
PassivationManager<T extends Serializable> Manage passivation lifecycle callbacks on an object.
StatefulObjectFactory<T> Creates and destroys stateful objects.
 



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