Class SingletonBarrierService

java.lang.Object
org.jboss.as.ejb3.clustering.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 Details

    • SERVICE_NAME

      public static final org.jboss.msc.service.ServiceName SERVICE_NAME
  • Constructor Details

  • Method Details

    • 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