Modifier and Type | Interface and Description |
---|---|
interface |
Cache<K,V extends Identifiable<K>>
Cache a stateful object and make sure any life cycle callbacks are
called at the appropriate time.
|
Modifier and Type | Method and Description |
---|---|
Cache<K,T> |
CacheFactory.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<T> factory,
PassivationListener<T> passivationListener) |
Modifier and Type | Class and Description |
---|---|
class |
DistributableCache<K,V extends Identifiable<K> & Contextual<Batch>>
Distributable
Cache implementation. |
class |
GroupIdentifierFactory
Generates a unique identifier for a for bean group.
|
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
DistributableCacheFactoryService.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCache<K,V extends Identifiable<K>>
Simple
Cache implementation using in-memory storage and eager expiration. |
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
SimpleCacheFactoryService.createCache(IdentifierFactory<K> identifierFactory,
StatefulObjectFactory<V> factory,
PassivationListener<V> passivationListener) |
Constructor and Description |
---|
SimpleCache(StatefulObjectFactory<V> factory,
IdentifierFactory<K> identifierFactory,
StatefulTimeoutInfo timeout,
org.jboss.as.server.ServerEnvironment environment,
ScheduledExecutorService executor) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponent
Stateful Session Bean
|
Modifier and Type | Method and Description |
---|---|
IdentifierFactory<I> |
BeanManager.getIdentifierFactory() |
Modifier and Type | Method and Description |
---|---|
BeanManager<I,T,B> |
BeanManagerFactory.createBeanManager(IdentifierFactory<I> factory,
PassivationListener<T> passivationListener,
RemoveListener<T> removeListener) |
Modifier and Type | Method and Description |
---|---|
IdentifierFactory<I> |
InfinispanBeanManager.getIdentifierFactory() |
Modifier and Type | Method and Description |
---|---|
BeanManager<I,T,TransactionBatch> |
InfinispanBeanManagerFactory.createBeanManager(IdentifierFactory<I> identifierFactory,
PassivationListener<T> passivationListener,
RemoveListener<T> removeListener) |
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) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.