javax.management.DynamicMBean
, JTAStatisticsRuntimeMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, RuntimeMBean
, WebLogicMBean
JTARuntimeMBean
, TransactionNameRuntimeMBean
public interface JTATransactionStatisticsRuntimeMBean extends JTAStatisticsRuntimeMBean
Modifier and Type | Method | Description |
---|---|---|
long |
getSecondsActiveTotalCount() |
The total number of seconds that transactions were active
for all committed transactions.
|
long |
getTransactionAbandonedTotalCount() |
The total number of transactions that were abandoned
since the server was started.
|
long |
getTransactionLLRCommittedTotalCount() |
The total number of LLR transactions that were committed
since the server was started.
|
long |
getTransactionNoResourcesCommittedTotalCount() |
The total number of transactions with no enlisted resources that were committed
since the server was started.
|
long |
getTransactionOneResourceOnePhaseCommittedTotalCount() |
The total number of transactions with only one enlisted resource that were one-phase committed
since the server was started.
|
long |
getTransactionReadOnlyOnePhaseCommittedTotalCount() |
The total number of transactions with more than one enlisted resource that were one-phase
committed due to read-only optimization since the server was started.
|
long |
getTransactionRolledBackAppTotalCount() |
The number of transactions that were rolled back due to an
application error.
|
long |
getTransactionRolledBackResourceTotalCount() |
The number of transactions that were rolled back due to a
resource error.
|
long |
getTransactionRolledBackSystemTotalCount() |
The number of transactions that were rolled back due to an
internal system error.
|
long |
getTransactionRolledBackTimeoutTotalCount() |
The number of transactions that were rolled back due to a
timeout expiration.
|
long |
getTransactionTwoPhaseCommittedLoggedTotalCount() |
The total number of two phase commit transactions that were committed with TLog
since the server was started.
|
long |
getTransactionTwoPhaseCommittedNotLoggedTotalCount() |
The total number of two phase commited transactions that were committed without TLog
since the server was started.
|
long |
getTransactionTwoPhaseCommittedTotalCount() |
The total number of transactions with more than one enlisted resource that were two-phase committed
since the server was started.
|
getAttribute, getAttributes, invoke, setAttribute, setAttributes
getTransactionCommittedTotalCount, getTransactionHeuristicsTotalCount, getTransactionRolledBackTotalCount, getTransactionTotalCount
postDeregister, postRegister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
addPropertyChangeListener, removePropertyChangeListener
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParent
long getTransactionRolledBackTimeoutTotalCount()
The number of transactions that were rolled back due to a timeout expiration.
long getTransactionRolledBackResourceTotalCount()
The number of transactions that were rolled back due to a resource error.
long getTransactionRolledBackAppTotalCount()
The number of transactions that were rolled back due to an application error.
long getTransactionRolledBackSystemTotalCount()
The number of transactions that were rolled back due to an internal system error.
long getSecondsActiveTotalCount()
The total number of seconds that transactions were active for all committed transactions.
long getTransactionAbandonedTotalCount()
The total number of transactions that were abandoned since the server was started.
long getTransactionNoResourcesCommittedTotalCount()
The total number of transactions with no enlisted resources that were committed since the server was started.
long getTransactionOneResourceOnePhaseCommittedTotalCount()
The total number of transactions with only one enlisted resource that were one-phase committed since the server was started.
long getTransactionReadOnlyOnePhaseCommittedTotalCount()
The total number of transactions with more than one enlisted resource that were one-phase committed due to read-only optimization since the server was started.
long getTransactionTwoPhaseCommittedTotalCount()
The total number of transactions with more than one enlisted resource that were two-phase committed since the server was started.
long getTransactionLLRCommittedTotalCount()
The total number of LLR transactions that were committed since the server was started.
long getTransactionTwoPhaseCommittedLoggedTotalCount()
The total number of two phase commit transactions that were committed with TLog since the server was started.
long getTransactionTwoPhaseCommittedNotLoggedTotalCount()
The total number of two phase commited transactions that were committed without TLog since the server was started.