Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<? extends CacheFactory<K,V>> |
CacheFactoryBuilder.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName name,
BeanContext context,
StatefulTimeoutInfo timeout) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<? extends CacheFactory<K,V>> |
DistributableCacheFactoryBuilderService.build(org.jboss.msc.service.ServiceTarget target,
org.jboss.msc.service.ServiceName serviceName,
BeanContext context,
StatefulTimeoutInfo statefulTimeout) |
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 |
---|
SimpleCache(StatefulObjectFactory<V> factory,
IdentifierFactory<K> identifierFactory,
StatefulTimeoutInfo timeout,
ServerEnvironment environment,
ScheduledExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
StatefulTimeoutInfo |
StatefulComponentDescription.getStatefulTimeout() |
Modifier and Type | Method and Description |
---|---|
void |
StatefulComponentDescription.setStatefulTimeout(StatefulTimeoutInfo statefulTimeout) |
Modifier and Type | Method and Description |
---|---|
protected StatefulTimeoutInfo |
StatefulTimeoutAnnotationInformationFactory.fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance,
boolean replacement) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.