Package | Description |
---|---|
org.jboss.as.ejb3.cache | |
org.jboss.as.ejb3.cache.distributable | |
org.jboss.as.ejb3.cache.simple | |
org.jboss.as.ejb3.component.stateful |
Modifier and Type | Method and Description |
---|---|
Cache<K,T> |
CacheFactory.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<T> factory,
PassivationListener<T> passivationListener) |
Modifier and Type | Class and Description |
---|---|
class |
DistributableCache<K,V extends Identifiable<K>>
Distributable
Cache implementation. |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
DistributableCacheFactoryService.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCache<K,V extends Identifiable<K>>
Simple
Cache implementation using in-memory storage and eager expiration. |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
SimpleCacheFactoryService.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
Modifier and Type | Method and Description |
---|---|
Cache<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
StatefulSessionComponent.getCache() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.