public interface UserTransactionService
| Modifier and Type | Method and Description |
|---|---|
CompositeTransactionManager |
getCompositeTransactionManager() |
void |
init() |
void |
init(Properties properties) |
void |
registerResource(RecoverableResource resource) |
void |
registerTransactionServicePlugin(TransactionServicePlugin listener) |
void |
removeResource(RecoverableResource res) |
void |
removeTransactionServicePlugin(TransactionServicePlugin listener) |
void |
shutdown(boolean force) |
void |
shutdown(long maxWaitTime) |
void shutdown(boolean force)
throws IllegalStateException
IllegalStateExceptionvoid shutdown(long maxWaitTime)
throws IllegalStateException
IllegalStateExceptionvoid registerResource(RecoverableResource resource)
void removeResource(RecoverableResource res)
void registerTransactionServicePlugin(TransactionServicePlugin listener)
void removeTransactionServicePlugin(TransactionServicePlugin listener)
void init(Properties properties) throws SysException
SysExceptionvoid init() throws SysException
SysExceptionCompositeTransactionManager getCompositeTransactionManager()
Copyright © 2023. All rights reserved.