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 | Method and Description |
---|---|
Cache<K,V> |
DistributableCacheFactoryService.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
Constructor and Description |
---|
DistributableCache(BeanManager<UUID,K,V> manager,
StatefulObjectFactory<V> factory,
ServerEnvironment environment) |
RemoveListenerAdapter(StatefulObjectFactory<V> factory) |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
SimpleCacheFactoryService.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
Constructor and Description |
---|
SimpleCache(StatefulObjectFactory<V> factory,
IdentifierFactory<K> identifierFactory,
StatefulTimeoutInfo timeout,
ServerEnvironment environment,
ScheduledExecutorService executor) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponent
Stateful Session Bean
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.