public interface TransactionServiceProvider extends TransactionService
| Modifier and Type | Method and Description |
|---|---|
RecoveryService |
getRecoveryService() |
void |
init(Properties properties) |
void |
shutdown(boolean force)
Shuts down the server in a clean way.
|
addTSListener, createCompositeTransaction, createSubTransaction, getCompositeCoordinator, getCompositeTransaction, getParticipant, recreateCompositeTransaction, removeTSListenervoid init(Properties properties) throws SysException
SysExceptionRecoveryService getRecoveryService()
void shutdown(boolean force)
TransactionServiceshutdown in interface TransactionServiceforce - If true, shutdown will not wait
for possibly indoubt txs to finish.
This may increase the need for restart recovery.Copyright © 2026. All rights reserved.