Class SingletonBarrierService

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

    public class SingletonBarrierService
    extends Object
    implements org.jboss.msc.Service
    Service that installs a singleton service on service start using a singleton policy.
    Author:
    Flavia Rainone
    • 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 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