Package | Description |
---|---|
org.wildfly.clustering.ejb.infinispan | |
org.wildfly.clustering.ejb.infinispan.bean | |
org.wildfly.clustering.ejb.infinispan.group |
Modifier and Type | Method and Description |
---|---|
Bean<I,T> |
BeanFactory.createBean(I id,
BeanEntry<I> entry) |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanBeanManager.activated(org.infinispan.notifications.cachelistener.event.CacheEntryActivatedEvent<BeanKey<I>,BeanEntry<I>> event) |
void |
InfinispanBeanManager.dataRehashed(org.infinispan.notifications.cachelistener.event.DataRehashedEvent<BeanKey<I>,BeanEntry<I>> event) |
void |
InfinispanBeanManager.passivated(org.infinispan.notifications.cachelistener.event.CacheEntryPassivatedEvent<BeanKey<I>,BeanEntry<I>> event) |
Constructor and Description |
---|
InfinispanBeanManager(InfinispanBeanManagerConfiguration<T> configuration,
IdentifierFactory<I> identifierFactory,
Configuration<BeanKey<I>,BeanEntry<I>,BeanFactory<I,T>> beanConfiguration,
Configuration<BeanGroupKey<I>,BeanGroupEntry<I,T>,BeanGroupFactory<I,T>> groupConfiguration) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanEntry<I>
The cache entry for a bean.
|
Modifier and Type | Method and Description |
---|---|
BeanEntry<I> |
InfinispanBeanFactory.createValue(I id,
I groupId) |
BeanEntry<I> |
InfinispanBeanFactory.findValue(I id) |
BeanEntry<I> |
InfinispanBeanFactory.tryValue(I id) |
Modifier and Type | Method and Description |
---|---|
Bean<I,T> |
InfinispanBeanFactory.createBean(I id,
BeanEntry<I> entry) |
Constructor and Description |
---|
InfinispanBean(I id,
BeanEntry<I> entry,
BeanGroup<I,T> group,
Mutator mutator,
BeanRemover<I,T> remover,
Time timeout,
PassivationListener<T> listener) |
Constructor and Description |
---|
InfinispanBeanFactory(String beanName,
BeanGroupFactory<I,T> groupFactory,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> cache,
CacheProperties properties,
Time timeout,
PassivationListener<T> listener) |
Constructor and Description |
---|
InfinispanBeanGroupFactory(org.infinispan.Cache<BeanGroupKey<I>,BeanGroupEntry<I,T>> cache,
org.infinispan.Cache<BeanKey<I>,BeanEntry<I>> beanCache,
MarshalledValueFactory<MarshallingContext> factory,
MarshallingContext context,
CacheProperties properties) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.