javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface ConnectorInboundRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.String | getActivationSpecClass() | The activation spec class. | 
| MessageDrivenEJBRuntimeMBean[] | getMDBRuntimes() | Return all MDB pools that were activated for the resource adapter. | 
| java.lang.String | getMsgListenerType() | The message listener type. | 
| java.lang.String | getState() | Return the state of the Inbound connection. | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentjava.lang.String getMsgListenerType()
The message listener type.
java.lang.String getActivationSpecClass()
The activation spec class.
MessageDrivenEJBRuntimeMBean[] getMDBRuntimes()
Return all MDB pools that were activated for the resource adapter.
java.lang.String getState()
Return the state of the Inbound connection. The values that are returned are : "Running" and "Suspended".