Package | Description |
---|---|
org.jboss.as.ejb3.cache | |
org.jboss.as.ejb3.cache.impl | |
org.jboss.as.ejb3.cache.impl.factory | |
org.jboss.as.ejb3.cache.spi.impl | |
org.jboss.as.ejb3.component.stateful |
Modifier and Type | Method and Description |
---|---|
Cache<K,T> |
CacheFactory.createCache(String beanName,
IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<T> factory,
PassivationManager<K,T> passivationManager,
StatefulTimeoutInfo timeout)
Creates a cache for a container.
|
Modifier and Type | Class and Description |
---|---|
class |
GroupAwareCache<K extends Serializable,V extends Cacheable<K>,G extends Serializable,M extends SerializationGroupMember<K,V,G>> |
class |
SimpleCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
GroupAwareCacheFactory.createCache(String beanName,
IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationManager<K,V> passivationManager,
StatefulTimeoutInfo timeout) |
Cache<K,V> |
NonPassivatingCacheFactory.createCache(String beanName,
IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationManager<K,V> passivationManager,
StatefulTimeoutInfo timeout) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCache<K extends Serializable,V extends Cacheable<K>,E extends BackingCacheEntry<K,V>> |
Modifier and Type | Method and Description |
---|---|
Cache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
StatefulSessionComponent.getCache() |
Copyright © 2013 JBoss by Red Hat. All rights reserved.