Class MdbDeliveryControllerService
java.lang.Object
org.jboss.as.ejb3.component.messagedriven.MdbDeliveryControllerService
- All Implemented Interfaces:
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
-
Field Summary
Fields inherited from interface org.jboss.msc.Service
NULL -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MdbDeliveryControllerService
-
-
Method Details
-
start
public void start(org.jboss.msc.service.StartContext context) - Specified by:
startin interfaceorg.jboss.msc.Service
-
stop
public void stop(org.jboss.msc.service.StopContext context) - Specified by:
stopin interfaceorg.jboss.msc.Service
-