Show TOC

Example documentationExamples: Transaction Services Locate this document in the navigation structure

 

Transaction services and associated URL examples are listed in the following table. For more information, see Services.

Service

Example URL

List of modes

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=List

Returns the details of a transaction

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=Details&ID=<transactionID>

Terminates a running transaction

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=Terminate&ID=<transactionID>

Delete a transaction

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=Delete&ID=<transactionID>

View the transaction log

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ViewLog&ID=<transactionID>

View the transaction output

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ViewOutput&ID=<transactionID>

View the transaction cache

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ViewCache&type=Transaction

Clear the transaction cache

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ClearCache&type=Transaction

View the expression cache

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ViewCache&type=Expression

Clear the expression cache

http://<server>:<port>/XMII/Illuminator?Service=BLSManager&Mode=ClearCache&type=Expression

You can display a report on the execution times of the individual actions for a given transaction. You can execute a transaction using the Runner Servlet. For more details, see Transaction Calls Using URLs. Set the parameter LogStatisticsToDB to true as in the URL http://<server>:<port>/XMII/Runner?Transaction=<Project>/<Path>/<Name>&LogStatisticsToDB=true.

On executing this transaction, the system records the runtimes of each action and the links associated with each action. The transaction will return Transaction ID associated with the recorded values. The URL, http://<server>:<port>/XMII/Illuminator?service=BLSManager&Mode=Stats&ID=<TRXID>&content-type=text/csv will retrieve the detailed performance information from the database and display the results in your CSV editor.