Attribute Summary | |
java.lang.String | transactionLogDirectory The directory into which the log file(s) used for transaction service are placed. |
java.lang.Integer | totalTranLifetimeTimeout Total lifetime of transaction (in seconds) before the container will roll it back. |
java.lang.Integer | clientInactivityTimeout The number of seconds a transaction can remain inactive before it is rolled back. |
Operation Summary | |
java.lang.String | printableListOfTransactions() Get list of active transactions. |
java.lang.String[] | listOfTransactions() Get list of active transactions. |
Attribute Detail |
public java.lang.String transactionLogDirectory
public java.lang.Integer totalTranLifetimeTimeout
public java.lang.Integer clientInactivityTimeout
Operation Detail |
public java.lang.String printableListOfTransactions()
public java.lang.String[] listOfTransactions()