public class GateInRuntimeService extends Object implements org.jboss.msc.service.Service<GateInContext>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Constructor and Description |
|---|
GateInRuntimeService() |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.service.ServiceController<?> |
addService(org.jboss.msc.service.ServiceTarget target) |
GateInContext |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public static org.jboss.msc.service.ServiceController<?> addService(org.jboss.msc.service.ServiceTarget target)
public void start(org.jboss.msc.service.StartContext context)
throws org.jboss.msc.service.StartException
start in interface org.jboss.msc.service.Service<GateInContext>org.jboss.msc.service.StartExceptionpublic void stop(org.jboss.msc.service.StopContext context)
stop in interface org.jboss.msc.service.Service<GateInContext>public GateInContext getValue() throws IllegalStateException, IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<GateInContext>IllegalStateExceptionIllegalArgumentExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.