| Package | Description |
|---|---|
| org.jboss.as.ejb3.cache | |
| org.jboss.as.ejb3.cache.distributable | |
| org.jboss.as.ejb3.cache.simple |
| Modifier and Type | Method and Description |
|---|---|
CacheFactoryBuilder<K,V> |
DelegateCacheFactoryBuilderService.getValue() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<CacheFactoryBuilder<K,V>> |
CacheFactoryBuilderService.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<CacheFactoryBuilder<K,V>> |
DelegateCacheFactoryBuilderService.build(org.jboss.msc.service.ServiceTarget target) |
Collection<CacheFactoryBuilder<K,V>> |
CacheFactoryBuilderRegistry.getBuilders() |
Collection<CacheFactoryBuilder<K,V>> |
CacheFactoryBuilderRegistryService.getBuilders() |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheFactoryBuilderRegistry.add(String name,
CacheFactoryBuilder<K,V> bulder) |
void |
CacheFactoryBuilderRegistryService.add(String name,
CacheFactoryBuilder<K,V> builder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DistributableCacheFactoryBuilder<K,V extends Identifiable<K>>
Builds a service that provides a distributable
CacheFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributableCacheFactoryBuilderService<K,V extends Identifiable<K>>
Service that returns a distributable
CacheFactoryBuilder. |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCacheFactoryBuilderService<K,V extends Identifiable<K>>
Service that provides a simple
CacheFactoryBuilder. |
| Modifier and Type | Method and Description |
|---|---|
CacheFactoryBuilder<K,V> |
SimpleCacheFactoryBuilderService.getValue() |
Copyright © 2014 JBoss by Red Hat. All rights reserved.