Package org.jboss.as.ejb3.cache
-
Interface Summary Interface Description Cache<K,V extends Identifiable<K>> Cache a stateful object and make sure any life cycle callbacks are called at the appropriate time.CacheFactory<K,T extends Identifiable<K>> Defines the contract for an EJB3 Stateful Cache FactoryCacheFactoryBuilder<K,V extends Identifiable<K>> Builds aCacheFactoryservice.Contextual<C> Exposes a mechanism for attaching a context to a cached objectIdentifiable<K> An object that has an identification.StatefulObjectFactory<T> Creates and destroys stateful objects. -
Class Summary Class Description CacheFactoryBuilderServiceNameProvider CacheInfo EJBBoundCacheMetaData Metadata represents the pool name configured for Jakarta Enterprise Beans via the jboss-ejb3.xml deployment descriptorEJBBoundCacheParser Parser forurn:ejb-cachenamespace.