public class SessionManagerRegistryServiceConfigurator extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, org.jboss.msc.Service, SessionManagerRegistry, UndertowEventListener
SessionManagerRegistry for a host.| Constructor and Description |
|---|
SessionManagerRegistryServiceConfigurator(org.jboss.msc.service.ServiceName name,
String serverName,
String hostName,
org.wildfly.clustering.service.SupplierDependency<io.undertow.server.session.SessionListener> listener) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
io.undertow.server.session.SessionManager |
getSessionManager(String deployment)
Returns the session manager for the specified deployment, or null if the deployment does not exist.
|
void |
onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host) |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfigureonDeploymentStart, onDeploymentStop, onHostStart, onHostStop, onServerStart, onServerStop, onShutdownpublic org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface org.jboss.as.clustering.controller.CapabilityServiceConfiguratorpublic org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic void start(org.jboss.msc.service.StartContext context)
start in interface org.jboss.msc.Servicepublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.Servicepublic void onDeploymentStart(io.undertow.servlet.api.Deployment deployment,
Host host)
onDeploymentStart in interface UndertowEventListenerpublic void onDeploymentStop(io.undertow.servlet.api.Deployment deployment,
Host host)
onDeploymentStop in interface UndertowEventListenerpublic io.undertow.server.session.SessionManager getSessionManager(String deployment)
SessionManagerRegistrygetSessionManager in interface SessionManagerRegistrydeployment - a deployment nameCopyright © 2021 JBoss by Red Hat. All rights reserved.