javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
JTARuntimeMBean
, JTATransactionStatisticsRuntimeMBean
, NonXAResourceRuntimeMBean
, TransactionNameRuntimeMBean
, TransactionResourceRuntimeMBean
public interface JTAStatisticsRuntimeMBean extends RuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
long |
getTransactionCommittedTotalCount() |
The total number of transactions committed since the server was started.
|
long |
getTransactionHeuristicsTotalCount() |
The number of transactions that completed with a heuristic
status since the server was started.
|
long |
getTransactionRolledBackTotalCount() |
The number of transactions that were rolled back since the server was started.
|
long |
getTransactionTotalCount() |
The total number of transactions processed.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
long getTransactionTotalCount()
The total number of transactions processed. This total includes all committed, rolled back, and heuristic transaction completions since the server was started.
long getTransactionCommittedTotalCount()
The total number of transactions committed since the server was started.
long getTransactionRolledBackTotalCount()
The number of transactions that were rolled back since the server was started.
long getTransactionHeuristicsTotalCount()
The number of transactions that completed with a heuristic status since the server was started.