| Package | Description |
|---|---|
| org.jboss.as.ejb3.cache.impl | |
| org.jboss.as.ejb3.cache.impl.backing | |
| org.jboss.as.ejb3.cache.spi | |
| org.jboss.as.ejb3.cache.spi.impl |
| Constructor and Description |
|---|
GroupAwareCache(GroupAwareBackingCache<K,V,G,M> groupedCache,
boolean strictGroups) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupAwareBackingCacheImpl<K extends Serializable,V extends Cacheable<K>,G extends Serializable>
Group-aware version of
PassivatingBackingCacheImpl. |
| Modifier and Type | Method and Description |
|---|---|
void |
SerializationGroupMemberContainer.setBackingCache(GroupAwareBackingCache<K,V,G,SerializationGroupMember<K,V,G>> delegate) |
void |
SerializationGroupMemberImpl.setPassivatingCache(GroupAwareBackingCache<K,V,G,SerializationGroupMember<K,V,G>> delegate)
Allows our controlling
PassivatingBackingCache to provide us a reference after deserialization. |
| Constructor and Description |
|---|
SerializationGroupMemberImpl(V obj,
GroupAwareBackingCache<K,V,G,SerializationGroupMember<K,V,G>> cache) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerializationGroupMember.setPassivatingCache(GroupAwareBackingCache<K,V,G,SerializationGroupMember<K,V,G>> cache)
Provides a reference to the cache that is managing this item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupCreationContext<K extends Serializable,V extends Cacheable<K>,G extends Serializable,M extends SerializationGroupMember<K,V,G>,C extends GroupAwareBackingCache<K,V,G,M>>
Stores contextual information about a set of
Cacheables that are being created as members of a
SerializationGroup. |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Serializable,V extends Cacheable<K>,G extends Serializable,M extends SerializationGroupMember<K,V,G>,C extends GroupAwareBackingCache<K,V,G,M>> |
GroupCreationContext.getGroupCreationContext()
Gets the GroupCreationContext associated with the thread.
|
static <K extends Serializable,V extends Cacheable<K>,G extends Serializable,M extends SerializationGroupMember<K,V,G>,C extends GroupAwareBackingCache<K,V,G,M>> |
GroupCreationContext.startGroupCreationContext(boolean strict)
Create a new GroupCreationContext associated with the thread.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.