Package | Description |
---|---|
org.jboss.as.ejb3.cache | |
org.jboss.as.ejb3.cache.impl.factory | |
org.jboss.as.ejb3.component.stateful |
Modifier and Type | Method and Description |
---|---|
protected abstract CacheFactory<K,V> |
CacheFactoryService.createCacheFactory() |
CacheFactory<K,V> |
CacheFactoryService.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<CacheFactory<K,V>> |
CacheFactoryService.build(org.jboss.msc.service.ServiceTarget target) |
Modifier and Type | Class and Description |
---|---|
class |
GroupAwareCacheFactory<K extends Serializable,V extends Cacheable<K>>
CacheFactory implementation that can return a group-aware cache. |
class |
NonPassivatingCacheFactory<K extends Serializable,V extends Cacheable<K>>
CacheFactory implementation that will return a non-group-aware cache that doesn't support passivation. |
Modifier and Type | Method and Description |
---|---|
protected CacheFactory<K,V> |
NonPassivatingCacheFactoryService.createCacheFactory() |
protected CacheFactory<K,V> |
GroupAwareCacheFactoryService.createCacheFactory() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<CacheFactory<K,V>> |
NonPassivatingCacheFactoryService.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<CacheFactory<K,V>> |
GroupAwareCacheFactoryService.build(org.jboss.msc.service.ServiceTarget target,
String backingCache) |
Modifier and Type | Method and Description |
---|---|
CacheFactory<org.jboss.ejb.client.SessionID,StatefulSessionComponentInstance> |
StatefulSessionComponentCreateService.getCacheFactory() |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.