uCosminexus Application Server, Application Setup Guide

[Contents][Index][Back][Next]

10.8 Referencing the list of transactions

Here, you reference a list of transaction information. You can reference the transaction information on the running J2EE server and the information about unprocessed transactions that remain in a stopped J2EE server.

Organization of this section
(1) Displaying transaction information of a running J2EE server
(2) Displaying transaction information of a stopped J2EE server

(1) Displaying transaction information of a running J2EE server

You reference a list of transaction information, such as the operation state and time elapsed since starting the server.

Execution format
 
cjlisttrn [server-name] [-nameserver provider-URL] [-gid global-transaction- ID] [-pending] [-time expired-time] [-bqual]
 

Example of execution

An example display of the branch ID of the entire Xid related to the transaction:
cjlisttrn MyServer -bqual
 

For details on the cjlisttrn command, see cjlisttrn (Displaying the transaction information of a running J2EE server) in the uCosminexus Application Server Command Reference Guide.

(2) Displaying transaction information of a stopped J2EE server

You reference a list of information about unprocessed transactions that remain in the status file of a stopped J2EE server.

Execute the following command to reference the list of transactions:

Execution format
 
cjlisttrnfile [server-name] [-nameserver provider-URL] [-gid global- transaction-ID] [-bqual]
 

Example of execution

Example showing the information related to the specified global transaction ID:
cjlisttrnfile MyServer -gid d13800010000000000000000000000fefb57e6480000000000000001
 

For details on the cjlisttrnfile command, see cjlisttrnfile (Displaying the transaction information of a J2EE server that is stopping) in the uCosminexus Application Server Command Reference Guide.