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 |
---|---|
BeanKey<I> |
BeanFactory.createKey(I id) |
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 |
InfinispanBeanKey<I>
The cache key for a bean.
|
Modifier and Type | Method and Description |
---|---|
BeanKey<I> |
InfinispanBeanFactory.createKey(I id) |
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 © 2017 JBoss by Red Hat. All rights reserved.