Class ChildTargetService

  • All Implemented Interfaces:
    org.jboss.msc.Service

    public class ChildTargetService
    extends Object
    implements org.jboss.msc.Service
    Service that performs service installation into the child target on start.
    Author:
    Paul Ferraro
    • Constructor Detail

      • ChildTargetService

        public ChildTargetService​(Consumer<org.jboss.msc.service.ServiceTarget> installer)
    • Method Detail

      • start

        public void start​(org.jboss.msc.service.StartContext context)
        Specified by:
        start in interface org.jboss.msc.Service
      • stop

        public void stop​(org.jboss.msc.service.StopContext context)
        Specified by:
        stop in interface org.jboss.msc.Service