K - the cache keyV - the cache valuepublic interface CacheFactoryBuilder<K,V extends Identifiable<K>>
CacheFactory service.| Modifier and Type | Method and Description |
|---|---|
Iterable<CapabilityServiceConfigurator> |
getDeploymentServiceConfigurators(org.jboss.as.server.deployment.DeploymentUnit unit)
Returns configurators for services to be installed for the specified deployment.
|
CapabilityServiceConfigurator |
getServiceConfigurator(org.jboss.msc.service.ServiceName name,
StatefulComponentDescription description,
ComponentConfiguration configuration)
Returns a configurator for a service supplying a cache factory.
|
boolean |
supportsPassivation()
Indicates whether or not cache factories built by this object can support passivation.
|
Iterable<CapabilityServiceConfigurator> getDeploymentServiceConfigurators(org.jboss.as.server.deployment.DeploymentUnit unit)
unit - a deployment unitCapabilityServiceConfigurator getServiceConfigurator(org.jboss.msc.service.ServiceName name, StatefulComponentDescription description, ComponentConfiguration configuration)
name - the service name of the cache factorydescription - the component descriptionconfiguration - the component configurationboolean supportsPassivation()
Copyright © 2020 JBoss by Red Hat. All rights reserved.