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. |
interface |
CacheFactoryBuilderRegistry<K,V extends Identifiable<K>>
A registry of all cache factory builders that are available to a deployment unit.
|
class |
CacheFactoryBuilderRegistryService<K,V extends Identifiable<K>> |
class |
CacheFactoryBuilderService<K,V extends Identifiable<K>> |
class |
DelegateCacheFactoryBuilderService<K,V extends Identifiable<K>> |
Modifier and Type | Class and Description |
---|---|
class |
DistributableCache<K,V extends Identifiable<K>>
Distributable
Cache implementation. |
interface |
DistributableCacheFactoryBuilder<K,V extends Identifiable<K>>
Builds a service that provides a distributable
CacheFactory . |
class |
DistributableCacheFactoryBuilderService<K,V extends Identifiable<K>>
Service that returns a distributable
CacheFactoryBuilder . |
class |
DistributableCacheFactoryService<K,V extends Identifiable<K>>
Service that provides a distributable
CacheFactory . |
class |
RemoveListenerAdapter<K,V extends Identifiable<K>>
Adapts a
StatefulObjectFactory to a RemoveListener . |
Modifier and Type | Method and Description |
---|---|
static <K,V extends Identifiable<K>> |
DistributableCacheFactoryService.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
org.jboss.msc.service.ServiceName factoryServiceName) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleCache<K,V extends Identifiable<K>>
Simple
Cache implementation using in-memory storage and eager expiration. |
class |
SimpleCacheFactoryBuilderService<K,V extends Identifiable<K>>
Service that provides a simple
CacheFactoryBuilder . |
class |
SimpleCacheFactoryService<K,V extends Identifiable<K>>
Service that provides a simple
CacheFactory . |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
StatefulSessionComponentInstance |
Copyright © 2015 JBoss by Red Hat. All rights reserved.