| Package | Description |
|---|---|
| org.jboss.as.ejb3.cache.distributable | |
| org.jboss.as.ejb3.cache.simple | |
| org.jboss.as.ejb3.component.stateful |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributableCacheFactoryService<K,V extends Identifiable<K> & Contextual<org.wildfly.clustering.ee.Batch>>
Service that provides a distributable
CacheFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCacheFactoryService<K,V extends Identifiable<K>>
Service that provides a simple
CacheFactory. |
| Modifier and Type | Method and Description |
|---|---|
CacheFactory<K,V> |
SimpleCacheFactoryService.getValue() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<? extends CacheFactory<K,V>> |
SimpleCacheFactoryBuilderService.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
BeanContext context,
StatefulTimeoutInfo timeout) |
static <K,V extends Identifiable<K>> |
SimpleCacheFactoryService.build(String name,
org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName serviceName,
BeanContext context,
StatefulTimeoutInfo timeout) |
| Constructor and Description |
|---|
StatefulSessionComponentCreateService(ComponentConfiguration componentConfiguration,
ApplicationExceptions ejbJarConfiguration,
org.jboss.msc.value.Value<CacheFactory> cacheFactory)
Construct a new instance.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.