TransactionService MBean

Configuration settings for the transaction services.


Attribute Summary
java.lang.StringtransactionLogDirectory
           The directory into which the log file(s) used for transaction service are placed.
java.lang.IntegertotalTranLifetimeTimeout
           Total lifetime of transaction (in seconds) before the container will roll it back.
java.lang.IntegerclientInactivityTimeout
           The number of seconds a transaction can remain inactive before it is rolled back.

Operation Summary
java.lang.StringprintableListOfTransactions()
           Get list of active transactions.
java.lang.String[]listOfTransactions()
           Get list of active transactions.

Attribute Detail

transactionLogDirectory

public java.lang.String transactionLogDirectory
The directory into which the log file(s) used for transaction service are placed.

totalTranLifetimeTimeout

public java.lang.Integer totalTranLifetimeTimeout
Total lifetime of transaction (in seconds) before the container will roll it back.

clientInactivityTimeout

public java.lang.Integer clientInactivityTimeout
The number of seconds a transaction can remain inactive before it is rolled back.

Operation Detail

printableListOfTransactions

public java.lang.String printableListOfTransactions()
Get list of active transactions.

listOfTransactions

public java.lang.String[] listOfTransactions()
Get list of active transactions.

Copyright IBM Corp. 1996-2003