Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Server: Monitoring: Java Transaction API (JTA): Non-XA Resources

Column Display     

This page shows information about transactions in which non-XA resources on the server participate.

Column Display

Name Description
Name

The name of the non-XA resource that participated in global transactions.

Transactions

The total number of transactions processed. This total includes all committed, rolled back, and heuristic transaction completions since the server was started.

MBean Attribute:
JTARuntimeMBean.TransactionTotalCount

Commits

The total number of transactions committed since the server was started.

MBean Attribute:
JTARuntimeMBean.TransactionCommittedTotalCount

Rollbacks

The number of transactions that were rolled back since the server was started.

MBean Attribute:
JTARuntimeMBean.TransactionRolledBackTotalCount

Timeout Rollbacks

The number of transactions that were rolled back due to a timeout expiration.

MBean Attribute:
JTARuntimeMBean.TransactionRolledBackTimeoutTotalCount

Resource Rollbacks

The number of transactions that were rolled back due to a resource error.

MBean Attribute:
JTARuntimeMBean.TransactionRolledBackResourceTotalCount

Application Rollbacks

The number of transactions that were rolled back due to an application error.

MBean Attribute:
JTARuntimeMBean.TransactionRolledBackAppTotalCount

System Rollbacks

The number of transactions that were rolled back due to an internal system error.

MBean Attribute:
JTARuntimeMBean.TransactionRolledBackSystemTotalCount

Heuristics

The number of transactions that completed with a heuristic status since the server was started.

MBean Attribute:
JTARuntimeMBean.TransactionHeuristicsTotalCount

Transaction Abandoned Total Count

The total number of transactions that were abandoned since the server was started.

MBean Attribute:
JTARuntimeMBean.TransactionAbandonedTotalCount


Back to Top