Modifier and Type | Method and Description |
---|---|
<E extends SerializationGroup<K,V,G>> |
InfinispanBackingCacheEntryStoreSource.createGroupIntegratedObjectStore(PassivationManager<G,E> passivationManager,
StatefulTimeoutInfo timeout) |
<E extends SerializationGroupMember<K,V,G>> |
InfinispanBackingCacheEntryStoreSource.createIntegratedObjectStore(String beanName,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout) |
Constructor and Description |
---|
InfinispanBackingCacheEntryStore(org.infinispan.Cache<MarshalledValue<K,C>,MarshalledValue<E,C>> cache,
CacheInvoker invoker,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout,
ClusteredBackingCacheEntryStoreConfig config,
boolean controlCacheLifecycle,
MarshalledValueFactory<C> keyFactory,
MarshalledValueFactory<C> valueFactory,
C context,
SharedLocalYieldingClusterLockManager lockManager,
LockKeyFactory<K,C> lockKeyFactory,
Registry<String,?> registry) |
Modifier and Type | Method and Description |
---|---|
Cache<K,T> |
CacheFactory.createCache(String beanName,
StatefulObjectFactory<T> factory,
PassivationManager<K,T> passivationManager,
StatefulTimeoutInfo timeout)
Creates a cache for a container.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializationGroupContainer<K extends Serializable,V extends Cacheable<K>>
Functions as both a StatefulObjectFactory and PassivationManager for
SerializationGroup s. |
class |
SerializationGroupMemberContainer<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
Functions as both a StatefulObjectFactory and PassivationManager for
SerializationGroupMember s. |
Modifier and Type | Method and Description |
---|---|
void |
SerializationGroupContainer.addMemberPassivationManager(PassivationManager<K,V> passivationManager) |
Constructor and Description |
---|
SerializationGroupContainer(PassivationManager<K,V> passivationManager) |
SerializationGroupMemberContainer(PassivationManager<K,V> passivationManager,
PassivatingBackingCache<G,Cacheable<G>,SerializationGroup<K,V,G>> groupCache,
BackingCacheEntryStoreConfig config) |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
GroupAwareCacheFactory.createCache(String beanName,
StatefulObjectFactory<V> factory,
PassivationManager<K,V> passivationManager,
StatefulTimeoutInfo timeout) |
Cache<K,V> |
NonPassivatingCacheFactory.createCache(String beanName,
StatefulObjectFactory<V> factory,
PassivationManager<K,V> passivationManager,
StatefulTimeoutInfo timeout) |
<E extends SerializationGroup<K,V,G>> |
NonClusteredBackingCacheEntryStoreSource.createGroupIntegratedObjectStore(PassivationManager<G,E> passivationManager,
StatefulTimeoutInfo timeout) |
<E extends SerializationGroupMember<K,V,G>> |
NonClusteredBackingCacheEntryStoreSource.createIntegratedObjectStore(String beanName,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicationPassivationManager<K,V extends Identifiable<K>>
Manages passivation and replication lifecycle callbacks on an object.
|
Modifier and Type | Method and Description |
---|---|
<E extends SerializationGroup<K,V,G>> |
BackingCacheEntryStoreSource.createGroupIntegratedObjectStore(PassivationManager<G,E> passivationManager,
StatefulTimeoutInfo timeout)
Provide a
BackingCacheEntryStore for storage of serialization groups. |
<E extends SerializationGroupMember<K,V,G>> |
BackingCacheEntryStoreSource.createIntegratedObjectStore(String beanName,
PassivationManager<K,E> passivationManager,
StatefulTimeoutInfo timeout)
Provide a
BackingCacheEntryStore for storage of serialization group members. |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponent
Stateful Session Bean
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.