public class NonPassivatingCacheFactoryService<K extends Serializable,V extends Cacheable<K>> extends CacheFactoryService<K,V>
BASE_CACHE_SERVICE_NAME, DEFAULT_CLUSTERED_SFSB_CACHE_SERVICE_NAME, DEFAULT_SFSB_CACHE_SERVICE_NAME
Constructor and Description |
---|
NonPassivatingCacheFactoryService(String name,
Set<String> aliases) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<CacheFactory<K,V>> |
build(org.jboss.msc.service.ServiceTarget target) |
protected CacheFactory<K,V> |
createCacheFactory() |
getServiceName, getValue, start, stop
public org.jboss.msc.service.ServiceBuilder<CacheFactory<K,V>> build(org.jboss.msc.service.ServiceTarget target)
build
in class CacheFactoryService<K extends Serializable,V extends Cacheable<K>>
protected CacheFactory<K,V> createCacheFactory()
createCacheFactory
in class CacheFactoryService<K extends Serializable,V extends Cacheable<K>>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.