ListInflightTransactions
Description:
Retrieves information about the currently in-flight XA transactions being processed by the TIBCO XA Transaction Manager or Arjuna Transaction Manager. In-flight transactions are all transactions that have not completed or rolled back. For more information about XA transactions, see TIBCO ActiveMatrix BusinessWorks™ Process Design Guide.
Method Arguments:
None
Output:
The following table describes the output of this microagent method:
Column Name |
Description |
Format ID |
Format identifier part of the XID. Please refer to http://java.sun.com/products/jta/javadocs-1.0.1/index.html for more information about XID. |
Global Transaction ID |
Global transaction identifier part of XID. |
Branch Qualifier |
Transaction branch identifier part of XID. |
Status |
Current status of the transaction. For example, active, preparing, prepared, committing, committed, rolling back, rolled back. |
Transaction Duration |
Amount of time (in milliseconds) since this transaction has initiated. |
Enlisted Resource |
XA Resources enlisted in the transaction. |