Modifier and Type | Interface and Description |
---|---|
interface |
BeanFactory<G,I,T>
Factory for creating bean instances.
|
interface |
BeanGroupFactory<G,I,T>
A factory for creating a
BeanGroup . |
Constructor and Description |
---|
BeanEvictionScheduler(Batcher batcher,
Evictor<I> evictor,
PassivationConfiguration<?> config) |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanFactory<G,I,T>
Encapsulates the cache mapping strategy for a bean.
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanBeanGroupFactory<G,I,T>
Encapsulates the cache mapping strategy of a bean group.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SessionFactory<V,L>
Factory for creating sessions.
|
Constructor and Description |
---|
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize) |
SessionEvictionScheduler(Batcher batcher,
Evictor<String> evictor,
int maxSize,
ExecutorService executor) |
Modifier and Type | Class and Description |
---|---|
class |
CoarseSessionFactory<L>
SessionFactory for coarse granularity sessions. |
Modifier and Type | Class and Description |
---|---|
class |
FineSessionFactory<L>
SessionFactory for fine granularity sessions. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.