| Package | Description |
|---|---|
| org.jboss.as.ejb3.cache | |
| org.jboss.as.ejb3.cache.distributable | |
| org.jboss.as.ejb3.cache.simple | |
| org.jboss.as.ejb3.component.stateful |
| 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.
|
interface |
CacheFactory<K,T extends Identifiable<K>>
Defines the contract for an EJB3 Stateful Cache Factory
|
interface |
CacheFactoryBuilder<K,V extends Identifiable<K>>
Builds a
CacheFactory service. |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributableCache<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>
Distributable
Cache implementation. |
interface |
DistributableCacheFactoryBuilder<K,V extends Identifiable<K>>
Builds a service that provides a distributable
CacheFactory. |
class |
DistributableCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>
Service that returns a distributable
CacheFactoryBuilder. |
class |
DistributableCacheFactoryServiceConfigurator<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>
Service that provides a distributable
CacheFactory. |
class |
RemoveListenerAdapter<K,V extends Identifiable<K>>
Adapts a
StatefulObjectFactory to a RemoveListener. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCache<K,V extends Identifiable<K>>
Simple
Cache implementation using in-memory storage and eager expiration. |
class |
SimpleCacheFactoryBuilderServiceConfigurator<K,V extends Identifiable<K>>
Service that provides a simple
CacheFactoryBuilder. |
class |
SimpleCacheFactoryServiceConfigurator<K,V extends Identifiable<K>>
Service that provides a simple
CacheFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
StatefulSessionComponentInstance |
Copyright © 2019 JBoss by Red Hat. All rights reserved.