public class UndertowDeploymentInfoService extends Object implements org.jboss.msc.service.Service<io.undertow.servlet.api.DeploymentInfo>
| Modifier and Type | Class and Description |
|---|---|
static class |
UndertowDeploymentInfoService.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SERVLET_NAME |
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
static String |
UNDERTOW |
| Modifier and Type | Method and Description |
|---|---|
void |
addInjectedExecutor(String name,
Supplier<Executor> injected) |
static UndertowDeploymentInfoService.Builder |
builder() |
io.undertow.servlet.api.DeploymentInfo |
getValue() |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext stopContext) |
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
public static final String DEFAULT_SERVLET_NAME
public static final String UNDERTOW
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 stop(org.jboss.msc.service.StopContext stopContext)
stop in interface org.jboss.msc.Servicepublic io.undertow.servlet.api.DeploymentInfo getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<io.undertow.servlet.api.DeploymentInfo>IllegalStateExceptionIllegalArgumentExceptionpublic static UndertowDeploymentInfoService.Builder builder()
Copyright © 2022 JBoss by Red Hat. All rights reserved.