public class ManagementWorkerService extends Object implements org.jboss.msc.service.Service<org.xnio.XnioWorker>
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
org.xnio.XnioWorker |
getValue() |
static void |
installService(org.jboss.msc.service.ServiceTarget serviceTarget) |
void |
start(org.jboss.msc.service.StartContext startContext) |
void |
stop(org.jboss.msc.service.StopContext context) |
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 context)
stop in interface org.jboss.msc.Servicepublic org.xnio.XnioWorker getValue()
throws IllegalStateException,
IllegalArgumentException
getValue in interface org.jboss.msc.value.Value<org.xnio.XnioWorker>IllegalStateExceptionIllegalArgumentExceptionpublic static void installService(org.jboss.msc.service.ServiceTarget serviceTarget)
Copyright © 2019 JBoss by Red Hat. All rights reserved.