Package org.jboss.as.server.mgmt
Class ManagementWorkerService
java.lang.Object
org.jboss.as.server.mgmt.ManagementWorkerService
- All Implemented Interfaces:
org.jboss.msc.Service,org.jboss.msc.service.Service<org.xnio.XnioWorker>,org.jboss.msc.value.Value<org.xnio.XnioWorker>
public class ManagementWorkerService
extends Object
implements org.jboss.msc.service.Service<org.xnio.XnioWorker>
- Author:
- Tomaz Cerar (c) 2016 Red Hat Inc.
-
Field Summary
FieldsFields inherited from interface org.jboss.msc.service.Service
NULL -
Method Summary
Modifier and TypeMethodDescriptionorg.xnio.XnioWorkergetValue()static voidinstallService(org.jboss.msc.service.ServiceTarget serviceTarget) voidstart(org.jboss.msc.service.StartContext startContext) voidstop(org.jboss.msc.service.StopContext context)
-
Field Details
-
SERVICE_NAME
public static final org.jboss.msc.service.ServiceName SERVICE_NAME
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext startContext) throws org.jboss.msc.service.StartException - Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-
getValue
- Specified by:
getValuein interfaceorg.jboss.msc.value.Value<org.xnio.XnioWorker>- Throws:
IllegalStateExceptionIllegalArgumentException
-
installService
public static void installService(org.jboss.msc.service.ServiceTarget serviceTarget)
-