public class GateInWCIService extends Object implements org.jboss.msc.service.Service<GateInWCIService>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
NAME |
| Constructor and Description |
|---|
GateInWCIService() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.value.InjectedValue<org.wildfly.extension.undertow.ServletContainerService> |
getServletContainer() |
GateInWCIService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<GateInWCIService>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<GateInWCIService>public GateInWCIService getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<GateInWCIService>IllegalStateExceptionIllegalArgumentExceptionpublic org.jboss.msc.value.InjectedValue<org.wildfly.extension.undertow.ServletContainerService> getServletContainer()
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.