| Interface | Description |
|---|---|
| AffinitySupport<K> | |
| Cache<K extends Serializable,V extends Identifiable<K>> |
Cache a stateful object and make sure any life cycle callbacks are
called at the appropriate time.
|
| Cacheable<K extends Serializable> | |
| CacheFactory<K extends Serializable,T extends Identifiable<K>> |
Defines the contract for an EJB3 Stateful Cache Factory
|
| Identifiable<K> |
An object that has an identification.
|
| PassivationManager<K,V extends Identifiable<K>> |
Manages passivation and replication lifecycle callbacks on an object.
|
| Removable<K> | |
| StatefulObjectFactory<T> |
Creates and destroys stateful objects.
|
| Class | Description |
|---|---|
| CacheFactoryService<K extends Serializable,V extends Identifiable<K>> | |
| CacheInfo | |
| EJBBoundCacheMetaData |
Metadata represents the pool name configured for EJBs via the jboss-ejb3.xml deployment descriptor
|
| EJBBoundCacheParser |
Parser for
urn:ejb-cache namespace. |
| TransactionAwareObjectFactory<T> |
StatefulObjectFactory decorator that destroys its object on transaction completion, if necessary |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.