javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface EJBTransactionRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
| long | getTransactionsCommittedTotalCount() | Provides a count of the total number of transactions that have
 been committed for this EJB. | 
| long | getTransactionsRolledBackTotalCount() | Provides a count of the total number of transactions that have
 been rolled back for this EJB. | 
| long | getTransactionsTimedOutTotalCount() | Provides a count of the total number of transactions that have
 timed out for this EJB. | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentlong getTransactionsCommittedTotalCount()
Provides a count of the total number of transactions that have been committed for this EJB.
long getTransactionsRolledBackTotalCount()
Provides a count of the total number of transactions that have been rolled back for this EJB.
long getTransactionsTimedOutTotalCount()
Provides a count of the total number of transactions that have timed out for this EJB.