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.as.server.deployment.DeploymentUnit unit,
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.as.server.deployment.DeploymentUnit unit, StatefulComponentDescription description, ComponentConfiguration configuration)
unit - the deployment unit containing this EJB component.description - the EJB component descriptionconfiguration - the component configurationboolean supportsPassivation()
Copyright © 2022 JBoss by Red Hat. All rights reserved.