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.service.Service<org.xnio.XnioWorker>
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<org.xnio.XnioWorker>
public org.xnio.XnioWorker getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<org.xnio.XnioWorker>
IllegalStateException
IllegalArgumentException
public static void installService(org.jboss.msc.service.ServiceTarget serviceTarget)
Copyright © 2023 JBoss by Red Hat. All rights reserved.