Class UndertowDeploymentService
- java.lang.Object
-
- org.wildfly.extension.undertow.deployment.UndertowDeploymentService
-
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<UndertowDeploymentService>,org.jboss.msc.value.Value<UndertowDeploymentService>
public class UndertowDeploymentService extends Object implements org.jboss.msc.service.Service<UndertowDeploymentService>
- Author:
- Stuart Douglas, Richard Opalka
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.servlet.api.DeploymentgetDeployment()io.undertow.servlet.api.DeploymentInfogetDeploymentInfo()UndertowDeploymentServicegetValue()voidstart(org.jboss.msc.service.StartContext startContext)voidstartContext()voidstop(org.jboss.msc.service.StopContext stopContext)voidstopContext()
-
-
-
Method Detail
-
start
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Specified by:
startin interfaceorg.jboss.msc.service.Service<UndertowDeploymentService>- Throws:
org.jboss.msc.service.StartException
-
startContext
public void startContext() throws javax.servlet.ServletException- Throws:
javax.servlet.ServletException
-
stop
public void stop(org.jboss.msc.service.StopContext stopContext)
- Specified by:
stopin interfaceorg.jboss.msc.Service- Specified by:
stopin interfaceorg.jboss.msc.service.Service<UndertowDeploymentService>
-
stopContext
public void stopContext()
-
getValue
public UndertowDeploymentService getValue() throws IllegalStateException, IllegalArgumentException
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<UndertowDeploymentService>- Throws:
IllegalStateExceptionIllegalArgumentException
-
getDeploymentInfo
public io.undertow.servlet.api.DeploymentInfo getDeploymentInfo()
-
getDeployment
public io.undertow.servlet.api.Deployment getDeployment()
-
-