Class MdbDeliveryControllerService

java.lang.Object
org.jboss.as.ejb3.component.messagedriven.MdbDeliveryControllerService
All Implemented Interfaces:
org.jboss.msc.Service

public class MdbDeliveryControllerService extends Object implements org.jboss.msc.Service
Service that controls delivery for a specific MDB. When started, delivery to a mdb is enabled, when stopped, it is disabled.
Author:
Flavia Rainone
  • 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