no type hierarchy
no supertypes hierarchy
no subtypes hierarchy
Attributes | |
currentTransaction | Source Codeshared formal Transaction? currentTransaction A |
transactionActive | Source Codeshared formal Boolean transactionActive Determine if there is a transaction associated with the current thread. Throws
|
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
beginTransaction | Source Codeshared formal Transaction beginTransaction() Begin a new transaction and associate it with the
current thread. Return a Throws
|
newConnectionFromXADataSource | Source Codeshared formal Connection newConnectionFromXADataSource(XADataSource dataSource) Obtain a XA connection source, that is, an instance of
|
newConnectionFromXADataSourceWithCredentials | Source Codeshared formal Connection newConnectionFromXADataSourceWithCredentials(XADataSource dataSource, String[2] userNameAndPassword) Obtain a connection source, that is, an instance of
|
setTimeout | Source Codeshared formal void setTimeout(Integer seconds) Modify the timeout value that is associated with
transactions started by the current thread with the
Parameters:
|
start | Source Codeshared formal void start(Boolean startRecovery = false) Start and initialize an instance of the transaction manager. If the Parameters:
|
stop | Source Codeshared formal void stop() Stop this transaction manager. Also stops the in-process transaction recovery service, if any. |
transaction | Source Codeshared formal Boolean transaction(Boolean do()) Perform the given work in a transaction. Parameters:
Throws
|
Inherited Methods |
Methods inherited from: Object |