Package | Description |
---|---|
org.wildfly.clustering.ejb.infinispan | |
org.wildfly.clustering.ejb.infinispan.bean |
Modifier and Type | Interface and Description |
---|---|
interface |
BeanFactory<I,T>
Factory for creating bean instances.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpiredBeanRemover<I,T>
Bean remover that removes a bean if and only if it is expired.
|
Constructor and Description |
---|
BeanExpirationScheduler(Batcher<TransactionBatch> batcher,
BeanRemover<I,T> remover,
ExpirationConfiguration<T> expiration) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanFactory<I,T>
Encapsulates the cache mapping strategy for a bean.
|
Constructor and Description |
---|
InfinispanBean(I id,
BeanEntry<I> entry,
BeanGroup<I,T> group,
Mutator mutator,
BeanRemover<I,T> remover,
Time timeout,
PassivationListener<T> listener) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.