Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Servers: Monitoring: JTA: Non-XA Resources

Column Display     Related Tasks     Related Topics

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

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

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

Related Tasks

Related Topics


Back to Top