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) |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
SimpleCacheFactoryService.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponent
Stateful Session Bean
|
Modifier and Type | Method and Description |
---|---|
BeanManager<I,T,B> |
BeanManagerFactory.createBeanManager(IdentifierFactory<I> factory,
PassivationListener<T> passivationListener,
RemoveListener<T> removeListener) |
Modifier and Type | Method and Description |
---|---|
PassivationListener<T> |
PassivationConfiguration.getPassivationListener()
A listener to notify in the event of passivation and activation.
|
Modifier and Type | Method and Description |
---|---|
BeanManager<I,T,TransactionBatch> |
InfinispanBeanManagerFactory.createBeanManager(IdentifierFactory<I> identifierFactory,
PassivationListener<T> passivationListener,
RemoveListener<T> removeListener) |
T |
BeanGroup.getBean(I id,
PassivationListener<T> listener) |
void |
BeanGroup.postActivate(I id,
PassivationListener<T> listener) |
void |
BeanGroup.prePassivate(I id,
PassivationListener<T> listener) |
boolean |
BeanGroup.releaseBean(I id,
PassivationListener<T> listener) |
Constructor and Description |
---|
InfinispanBean(I id,
BeanEntry<I> entry,
BeanGroup<I,T> group,
Mutator mutator,
BeanRemover<I,T> remover,
Time timeout,
PassivationListener<T> listener) |
InfinispanBeanFactory(String beanName,
BeanGroupFactory<I,T> groupFactory,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> cache,
CacheProperties properties,
Time timeout,
PassivationListener<T> listener) |
Modifier and Type | Method and Description |
---|---|
T |
InfinispanBeanGroup.getBean(I id,
PassivationListener<T> listener) |
void |
InfinispanBeanGroup.postActivate(I id,
PassivationListener<T> listener) |
void |
InfinispanBeanGroup.prePassivate(I id,
PassivationListener<T> listener) |
boolean |
InfinispanBeanGroup.releaseBean(I id,
PassivationListener<T> listener) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.