public 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 and Description |
|---|---|
boolean |
printMDBStatus(String ejbName,
String applicationName)
Prints the MDBStatus for the specific type of MDB
|
boolean |
resumeMDBs(String ejbName,
String applicationName)
Resumes the specific type of MDB by calling start on the JMS
Connection.
|
boolean |
suspendMDBs(String ejbName,
String applicationName)
Suspends the specific type of MDB by calling stop on the JMS
Connection.
|
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerboolean suspendMDBs(String ejbName, String applicationName)
Suspends the specific type of MDB by calling stop on the JMS Connection.
ejbName - applicationName - boolean resumeMDBs(String ejbName, String applicationName)
Resumes the specific type of MDB by calling start on the JMS Connection.
ejbName - applicationName -