public class UndertowDeploymentService extends Object implements org.jboss.msc.service.Service<UndertowDeploymentService>
Modifier and Type | Class and Description |
---|---|
protected static class |
UndertowDeploymentService.ContextActivatorImpl
Provides an API to start/stop the
UndertowDeploymentService . |
Constructor and Description |
---|
UndertowDeploymentService(WebInjectionContainer webInjectionContainer,
boolean autostart) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<ServletContainerService> |
getContainer() |
io.undertow.servlet.api.Deployment |
getDeployment() |
org.jboss.msc.value.InjectedValue<io.undertow.servlet.api.DeploymentInfo> |
getDeploymentInfoInjectedValue() |
org.jboss.msc.value.InjectedValue<Host> |
getHost() |
UndertowDeploymentService |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
startContext() |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
void |
stopContext() |
public UndertowDeploymentService(WebInjectionContainer webInjectionContainer, boolean autostart)
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<UndertowDeploymentService>
org.jboss.msc.service.StartException
public void startContext() throws javax.servlet.ServletException
javax.servlet.ServletException
public void stop(org.jboss.msc.service.StopContext stopContext)
stop
in interface org.jboss.msc.service.Service<UndertowDeploymentService>
public void stopContext()
public UndertowDeploymentService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<UndertowDeploymentService>
IllegalStateException
IllegalArgumentException
public org.jboss.msc.value.InjectedValue<ServletContainerService> getContainer()
public org.jboss.msc.value.InjectedValue<Host> getHost()
public org.jboss.msc.value.InjectedValue<io.undertow.servlet.api.DeploymentInfo> getDeploymentInfoInjectedValue()
public io.undertow.servlet.api.Deployment getDeployment()
Copyright © 2018 JBoss by Red Hat. All rights reserved.