GetTransactionStatistics

Description:

Retrieves statistics for XA transactions initiated using the TIBCO XA Transaction Manager or Arjuna Transaction Manager. Statistics are totals collected for the lifetime of the process engine. For more information about XA transactions, see TIBCO ActiveMatrix BusinessWorks™ Process Design.

Method Arguments:

None

Output:

The following table describes the output of this microagent method:

Column Name

Description

Total Transactions

Total number of transactions since the process engine started.

Total Committed

Total number of committed transactions since the process engine started.

Rolledback

Total number of rolled back transactions since the process engine started.

Timeout Rollback

Total number of transactions rolled back because of a timeout since the process engine started.

Timeout rollback occurs when the transaction or resource times out. Java transaction APIs do not provide explicit information about timeouts. Therefore the timeout rollback also covers scenarios that represent other illegal transaction states.

Resource Rollback

Total number of transactions rolled back due to resource issues since the process engine started.

Application Rollback

Total number of transactions rolled back due to application issues since the process engine started.

Heuristics

Total number of transactions with a heuristic outcome.