| 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> |
DistributableCacheFactoryServiceConfigurator.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
| Constructor and Description |
|---|
DistributableCache(BeanManager<K,V,org.wildfly.clustering.ee.Batch> manager,
StatefulObjectFactory<V> factory,
TransactionSynchronizationRegistry tsr) |
RemoveListenerAdapter(StatefulObjectFactory<V> factory) |
| Modifier and Type | Method and Description |
|---|---|
Cache<K,V> |
SimpleCacheFactoryServiceConfigurator.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
| Constructor and Description |
|---|
SimpleCache(StatefulObjectFactory<V> factory,
IdentifierFactory<K> identifierFactory,
StatefulTimeoutInfo timeout,
org.jboss.as.server.ServerEnvironment environment) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulSessionComponent
Stateful Session Bean
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.