WebSphere:*,type=TransactionService,j2eeType=JTAResource
MBean TransactionService
Configuration settings for the transaction services.
Attribute Summary | |
java.lang.String | transactionLogDirectory The directory into which the log file(s) used for transaction service are placed. |
java.lang.Integer | totalTranLifetimeTimeout The period of time (in seconds) from the start of a transaction after which the container will rollback the transaction if no commit request has occured. |
java.lang.Integer | asyncResponseTimeout The period of time (in seconds) before the transaction service considers a Web services transaction protocol response message to be late. |
java.lang.Boolean | enableFileLocking Enable the use of file locks when opening the transaction service recovery log in a high availability configuration. |
java.lang.Boolean | enableProtocolSecurity Enable the use of role-based authorization for received transaction service protocol messages. |
java.lang.Boolean | acceptHeuristicHazard Specifies whether all applications on this server accept the possibility of a heuristic hazard occurring in a two-phase transaction that contains a one-phase resource. |
java.lang.String | secureWSTXTransportChain Transport chain for WSTX protocol messages. |
java.lang.Integer | maximumTransactionTimeout Deprecated. As of version 7,0, this attribute is deprecated. |
java.lang.Integer | clientInactivityTimeout The number of seconds a transaction can remain inactive before it is rolled back. |
java.lang.Integer | heuristicRetryLimit The number of times to retry transaction completion. |
java.lang.Integer | heuristicRetryWait The number of seconds to wait between retrying transaction completion. |
java.lang.Integer | propogatedOrBMTTranLifetimeTimeout The upper limit, in seconds, of the totalTranLifetimeTimeout |
java.lang.String | LPSHeuristicCompletion The transaction completion action to be taken when the outcome is unknown. |
Attributes inherited from MBean StatisticsProvider |
stats |
Attributes inherited from MBean EventProvider |
eventTypes |
Attributes inherited from MBean J2EEManagedObject |
objectName , stateManageable , statisticsProvider , eventProvider |
Operation Summary | |
java.lang.String | printableListOfTransactions() Get list of active transactions. |
java.lang.String[] | listOfTransactions() Get list of active transactions. |
java.lang.String[] | listImportedPreparedTransactions() Get list of imported prepared transactions. |
java.lang.String[] | listManualTransactions() Get list of transactions requiring manual completion. |
java.lang.String[] | listRetryTransactions() Get list of transactions with some resources being retried. |
java.lang.String[] | listHeuristicTransactions() Get list of heuristically completed transactions. |
java.lang.String[] | listSummaryInformation() Return summary count of transactions in various states. |
Notifications inherited from MBean EventProvider |
j2ee.attribute.changed |
Attribute Detail |
public java.lang.String transactionLogDirectory
public java.lang.Integer totalTranLifetimeTimeout
public java.lang.Integer asyncResponseTimeout
public java.lang.Boolean enableFileLocking
public java.lang.Boolean enableProtocolSecurity
public java.lang.Boolean acceptHeuristicHazard
public java.lang.String secureWSTXTransportChain
public java.lang.Integer maximumTransactionTimeout
public java.lang.Integer clientInactivityTimeout
public java.lang.Integer heuristicRetryLimit
public java.lang.Integer heuristicRetryWait
public java.lang.Integer propogatedOrBMTTranLifetimeTimeout
public java.lang.String LPSHeuristicCompletion
Operation Detail |
public java.lang.String printableListOfTransactions()
public java.lang.String[] listOfTransactions()
public java.lang.String[] listImportedPreparedTransactions()
public java.lang.String[] listManualTransactions()
public java.lang.String[] listRetryTransactions()
public java.lang.String[] listHeuristicTransactions()
public java.lang.String[] listSummaryInformation()