Class MdbDeliveryControllerService

java.lang.Object
org.jboss.as.ejb3.component.messagedriven.MdbDeliveryControllerService
All Implemented Interfaces:
org.jboss.msc.Service, org.jboss.msc.service.Service<MdbDeliveryControllerService>, org.jboss.msc.value.Value<MdbDeliveryControllerService>

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