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 Factory
|
CacheFactoryBuilder<K,V extends Identifiable<K>> |
Builds a
CacheFactory service. |
CacheFactoryBuilderRegistry<K,V extends Identifiable<K>> |
A registry of all cache factory builders that are available to a deployment unit.
|
Contextual<C> |
Exposes a mechanism for attaching a context to a cached object
|
Identifiable<K> |
An object that has an identification.
|
StatefulObjectFactory<T> |
Creates and destroys stateful objects.
|
Class | Description |
---|---|
CacheFactoryBuilderRegistryService<K,V extends Identifiable<K>> | |
CacheFactoryBuilderService<K,V extends Identifiable<K>> | |
CacheInfo | |
DelegateCacheFactoryBuilderService<K,V extends Identifiable<K>> | |
EJBBoundCacheMetaData |
Metadata represents the pool name configured for EJBs via the jboss-ejb3.xml deployment descriptor
|
EJBBoundCacheParser |
Parser for
urn:ejb-cache namespace. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.