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 |
|---|---|
GateInWCIService |
getValue() |
org.jboss.msc.value.InjectedValue<org.jboss.as.web.WebServer> |
getWebServer() |
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.jboss.as.web.WebServer> getWebServer()
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.