| Interface | Description |
|---|---|
| BeanEntry<G> |
The cache entry for a bean.
|
| BeanFactory<I,T> |
Factory for creating bean instances.
|
| BeanGroup<I,T> |
Represents a group of SFSBs that must be serialized together.
|
| BeanGroupEntry<I,T> |
The cache entry for a bean group
|
| BeanGroupEvictor<I> |
Evicts a stateful bean.
|
| BeanGroupFactory<I,T> |
A factory for creating a
BeanGroup. |
| BeanGroupKey<I> | |
| BeanKey<I> |
The cache key used to store a bean.
|
| BeanRemover<K,V> |
Exposes a mechanism to remove a bean.
|
| Configuration<K,V,F> |
Exposes the configuration common to beans and bean groups.
|
| ExpirationConfiguration<T> |
The expiration-related configuration of a bean manager.
|
| ImmutableBeanEntry<G> |
An immutable view of a cache entry for a bean.
|
| InfinispanBeanManagerConfiguration<I,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 |
|---|---|
| BeanExpirationScheduler<I,T> |
Schedules a bean for expiration.
|
| BeanFilter<I> |
Filters a cache for entries specific to a particular bean.
|
| BeanGroupFilter |
Filters a cache for entries specific to a particular bean.
|
| CancelSchedulerCommand<I> |
Command that cancels the scheduling of a session.
|
| ClientMappingExternalizer | |
| ClientMappingsCacheServiceConfiguratorProvider |
Creates client mapping services.
|
| CompositeScheduler<I> |
Scheduler that delegates to a list of schedulers.
|
| DistributedClientMappingsCacheServiceConfiguratorProvider | |
| EagerEvictionScheduler<I,T> |
Scheduler for eager eviction of a bean.
|
| ExpiredBeanRemover<I,T> |
Bean remover that removes a bean if and only if it is expired.
|
| InfinispanBeanManager<I,T> |
A
BeanManager implementation backed by an infinispan cache. |
| InfinispanBeanManagerFactory<I,T> |
Factory for creating an infinispan-based
BeanManager. |
| InfinispanBeanManagerFactoryServiceConfigurator<I,T> | |
| InfinispanBeanManagerFactoryServiceConfiguratorFactory<I> |
Builds an infinispan-based
BeanManagerFactory. |
| InfinispanBeanManagerFactoryServiceConfiguratorFactoryProvider | |
| Key<I> |
An EJB cache key.
|
| KeyMapper |
TwoWayKey2StringMapper for EJB cache keys. |
| LocalClientMappingsCacheServiceConfiguratorProvider | |
| NonClusteredBeanExpirationScheduler<I,T> |
Schedules a bean for expiration.
|
| NonClusteredEagerEvictionScheduler<I,T> |
Scheduler for eager eviction of a bean.
|
| PrepareReschedulingSchedulerCommand<I> |
Command that temporarily holds off the sheduling of a session, preventing
the cost of a cancellation.
|
| ScheduleSchedulerCommand<I> |
Command that schedules a session.
|
| SessionIDSerializer.BasicSessionIDExternalizer | |
| SessionIDSerializer.UnknownSessionIDExternalizer | |
| SessionIDSerializer.UUIDSessionIDExternalizer |
| Enum | Description |
|---|---|
| SessionIDSerializer |
Copyright © 2019 JBoss by Red Hat. All rights reserved.