Constructors in org.apache.geronimo.transaction.manager with parameters of type TransactionLog |
RecoveryImpl(TransactionLog txLog,
XidFactory xidFactory)
|
TransactionImpl(Xid xid,
TransactionLog txLog)
|
TransactionManagerImpl(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog,
Collection resourceManagers)
TODO NOTE!!! this should be called in an unspecified transaction context, but we cannot enforce this restriction! |
TransactionManagerImplGBean(int defaultTransactionTimeoutSeconds,
XidFactory xidFactory,
TransactionLog transactionLog,
Collection resourceManagers)
TODO NOTE!!! this should be called in an unspecified transaction context, but we cannot enforce this restriction! |