javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface MessageDrivenControlEJBRuntimeMBean extends RuntimeMBean
This interface contains controls to suspend and resume the MDBs. This RuntimeMBean is deployed only on the AdminServer.
| Modifier and Type | Method | Description | 
|---|---|---|
boolean | 
printMDBStatus(java.lang.String ejbName,
              java.lang.String applicationName) | 
 Prints the MDBStatus for the specific type of MDB 
 | 
boolean | 
resumeMDBs(java.lang.String ejbName,
          java.lang.String applicationName) | 
 Resumes the specific type of MDB by calling start on the JMS
 Connection. 
 | 
boolean | 
suspendMDBs(java.lang.String ejbName,
           java.lang.String applicationName) | 
 Suspends the specific type of MDB by calling stop on the JMS
 Connection. 
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentboolean suspendMDBs(java.lang.String ejbName,
                    java.lang.String applicationName)
Suspends the specific type of MDB by calling stop on the JMS Connection.
ejbName - applicationName - boolean resumeMDBs(java.lang.String ejbName,
                   java.lang.String applicationName)
Resumes the specific type of MDB by calling start on the JMS Connection.
ejbName - applicationName - boolean printMDBStatus(java.lang.String ejbName,
                       java.lang.String applicationName)
Prints the MDBStatus for the specific type of MDB
ejbName - applicationName -