public interface UserTransactionService
| Modifier and Type | Method and Description |
|---|---|
CompositeTransactionManager |
getCompositeTransactionManager() |
void |
init() |
void |
init(Properties properties) |
void |
registerLogAdministrator(LogAdministrator admin) |
void |
registerResource(RecoverableResource resource) |
void |
registerTransactionServicePlugin(TransactionServicePlugin listener) |
void |
removeLogAdministrator(LogAdministrator admin) |
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 registerLogAdministrator(LogAdministrator admin)
void removeLogAdministrator(LogAdministrator admin)
void registerTransactionServicePlugin(TransactionServicePlugin listener)
void removeTransactionServicePlugin(TransactionServicePlugin listener)
void init(Properties properties) throws SysException
SysExceptionvoid init()
throws SysException
SysExceptionCompositeTransactionManager getCompositeTransactionManager()
Copyright © 2016. All Rights Reserved.