com.atomikos.icatch.config
Interface UserTransactionService
- All Known Implementing Classes:
- UserTransactionServiceImp
public interface UserTransactionService
The user's (client program) view of the transaction manager's configuration,
with all the information the client program needs.
shutdown
void shutdown(boolean force)
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
shutdown
void shutdown(long maxWaitTime)
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
registerResource
void registerResource(RecoverableResource resource)
removeResource
void removeResource(RecoverableResource res)
registerLogAdministrator
void registerLogAdministrator(LogAdministrator admin)
removeLogAdministrator
void removeLogAdministrator(LogAdministrator admin)
registerTransactionServicePlugin
void registerTransactionServicePlugin(TransactionServicePlugin listener)
removeTransactionServicePlugin
void removeTransactionServicePlugin(TransactionServicePlugin listener)
init
void init(java.util.Properties properties)
throws SysException
- Throws:
SysException
init
void init()
throws SysException
- Throws:
SysException
getCompositeTransactionManager
CompositeTransactionManager getCompositeTransactionManager()
Copyright © 2016. All Rights Reserved.