public class UndertowDeploymentService extends Object implements org.jboss.msc.service.Service<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.Serviceorg.jboss.msc.service.StartExceptionpublic void startContext()
throws javax.servlet.ServletException
javax.servlet.ServletExceptionpublic void stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.Servicepublic void stopContext()
public UndertowDeploymentService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<UndertowDeploymentService>IllegalStateExceptionIllegalArgumentExceptionpublic 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 © 2019 JBoss by Red Hat. All rights reserved.