Class 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 Detail

      • SERVICE_NAME

        public static final org.jboss.msc.service.ServiceName SERVICE_NAME
    • Method Detail

      • start

        public void start​(org.jboss.msc.service.StartContext startContext)
                   throws org.jboss.msc.service.StartException
        Specified by:
        start in interface org.jboss.msc.Service
        Specified by:
        start in interface org.jboss.msc.service.Service<org.xnio.XnioWorker>
        Throws:
        org.jboss.msc.service.StartException
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service
        Specified by:
        stop in interface org.jboss.msc.service.Service<org.xnio.XnioWorker>
      • installService

        public static void installService​(org.jboss.msc.service.ServiceTarget serviceTarget)