public interface DistributableSessionManagementProvider
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.as.server.deployment.AttachmentKey<DistributableSessionManagementProvider> |
ATTACHMENT_KEY |
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<String>> |
IMMUTABILITY_ATTACHMENT_KEY |
| Modifier and Type | Method and Description |
|---|---|
CapabilityServiceConfigurator |
getRouteLocatorServiceConfigurator(WebDeploymentConfiguration configuration)
Returns a
CapabilityServiceConfigurator used to configure a service providing a RouteLocator. |
<S,SC,AL,BL,MC,LC> |
getSessionManagerFactoryServiceConfigurator(SessionManagerFactoryConfiguration<S,SC,AL,BL,MC,LC> configuration)
Returns a
CapabilityServiceConfigurator used to configure a service providing a SessionManagerFactory. |
static final org.jboss.as.server.deployment.AttachmentKey<DistributableSessionManagementProvider> ATTACHMENT_KEY
static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<String>> IMMUTABILITY_ATTACHMENT_KEY
<S,SC,AL,BL,MC,LC> CapabilityServiceConfigurator getSessionManagerFactoryServiceConfigurator(SessionManagerFactoryConfiguration<S,SC,AL,BL,MC,LC> configuration)
CapabilityServiceConfigurator used to configure a service providing a SessionManagerFactory.S - the HttpSession specification typeSC - the ServletContext specification typeAL - the HttpSessionAttributeListener specification typeBL - the HttpSessionBindingListener specification typeMC - the marshalling context typeLC - the local context typeconfiguration - the configuration of the session manager factoryCapabilityServiceConfigurator getRouteLocatorServiceConfigurator(WebDeploymentConfiguration configuration)
CapabilityServiceConfigurator used to configure a service providing a RouteLocator.configuration - the configuratoin of a deploymentCopyright © 2020 JBoss by Red Hat. All rights reserved.