Package | Description |
---|---|
org.jboss.as.ejb3.cache | |
org.jboss.as.ejb3.cache.impl.backing | |
org.jboss.as.ejb3.cache.spi | |
org.jboss.as.ejb3.cache.spi.impl | |
org.jboss.as.ejb3.component.stateful |
Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
interface |
CacheFactory<K extends Serializable,T extends Identifiable<K>>
Defines the contract for an EJB3 Stateful Cache Factory
|
class |
CacheFactoryService<K extends Serializable,V extends Identifiable<K>> |
interface |
PassivationManager<K,V extends Identifiable<K>>
Manages passivation and replication lifecycle callbacks on an object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Cacheable<K extends Serializable> |
Modifier and Type | Class and Description |
---|---|
class |
NonPassivatingBackingCacheEntry<K extends Serializable,V extends Cacheable<K>>
Basic
BasicCacheEntry implementation for use with a non-passivating BackingCache . |
class |
SerializationGroupImpl<K extends Serializable,V extends Cacheable<K>>
Defines a group of serializable objects which must be serialized in one unit of work.
|
class |
SerializationGroupMemberImpl<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
A member of a
SerializationGroupImpl . |
Modifier and Type | Interface and Description |
---|---|
interface |
PersistentObjectStore<K,V extends Identifiable<K>>
Stores an indentifiable object in a persistent store.
|
interface |
ReplicationPassivationManager<K,V extends Identifiable<K>>
Manages passivation and replication lifecycle callbacks on an object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BackingCacheEntry<K extends Serializable,V extends Cacheable<K>>
An object that can be managed by a
BackingCache . |
interface |
SerializationGroup<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
Specialized
BackingCacheEntry that represents a group of underlying items that must always be serialized as a group
and whose members must have coordinated calls to passivation and replication related callbacks. |
interface |
SerializationGroupMember<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
Specialized
BackingCacheEntry that wraps an SerializationGroupMember.setUnderlyingItem(org.jboss.as.ejb3.cache.Cacheable) underlying CacheItem} and represents
it as a potential member of a SerializationGroup . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBackingCacheEntry<K extends Serializable,V extends Cacheable<K>>
Abstract superclass for
BackingCacheEntry implementations. |
class |
CacheableTimestamp<K extends Serializable>
|
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponentInstance |
Copyright © 2013 JBoss by Red Hat. All rights reserved.