| Interface | Description |
|---|---|
| BeanEntry<G> |
The cache entry for a bean.
|
| BeanEvictionContext<I> |
Encapsulates the context for session eviction.
|
| BeanFactory<G,I,T> |
Factory for creating bean instances.
|
| BeanGroup<G,I,T> |
Represents a group of SFSBs that must be serialized together.
|
| BeanGroupEntry<I,T> |
The cache entry for a bean group
|
| BeanGroupFactory<G,I,T> |
A factory for creating a
BeanGroup. |
| BeanKey<I> |
The cache key used to store a bean.
|
| BeanRemover<K,V> |
Exposes a mechanism to remove a bean.
|
| Configuration<I,K,V,F> |
Exposes the configuration common to beans and bean groups.
|
| ExpirationConfiguration<T> |
The expiration-related configuration of a bean manager.
|
| InfinispanBeanManagerConfiguration<T> |
Configuration for an
InfinispanBeanManager. |
| InfinispanBeanManagerFactoryConfiguration | |
| PassivationConfiguration<T> |
The passivation-related configuration of a bean manager.
|
| Scheduler<I> |
A scheduler for some task.
|
| Class | Description |
|---|---|
| BeanEvictionCommand<I> |
Command that evicts a bean.
|
| BeanEvictionScheduler<I> |
Schedules a bean for eviction.
|
| BeanExpirationScheduler<G,I,T> |
Schedules a bean for expiration.
|
| BeanKeyFilter<I> |
Filters a cache for entries specific to a particular bean.
|
| CancelSchedulerCommand<I> |
Command that cancels the scheduling of a session.
|
| ClientMappingExternalizer | |
| ExpiredBeanRemover<G,I,T> |
Bean remover that removes a bean if and only if it is expired.
|
| InfinispanBeanManager<G,I,T> |
A
BeanManager implementation backed by an infinispan cache. |
| InfinispanBeanManagerFactory<G,I,T> |
Factory for creating an infinispan-based
BeanManager. |
| InfinispanBeanManagerFactoryBuilder<G,I,T> | |
| InfinispanBeanManagerFactoryBuilderFactory<G,I> |
Builds an infinispan-based
BeanManagerFactory. |
| InfinispanBeanManagerFactoryBuilderFactoryProvider | |
| ScheduleSchedulerCommand<I> |
Command that schedules a session.
|
| SessionIDExternalizer |
Copyright © 2015 JBoss by Red Hat. All rights reserved.