public interface UnderlyingConnection extends CommitRollbackCallback
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
String[] |
getTransactionsInNeedOfRecovery()
only needs to be implemented when recovery is not handled internally
|
void |
setCurrentTxId(String s) |
boolean |
wasExecuteSuccessful() |
commit, rollbackvoid cleanup()
throws javax.resource.ResourceException
javax.resource.ResourceExceptionboolean wasExecuteSuccessful()
String[] getTransactionsInNeedOfRecovery()
void setCurrentTxId(String s)
Copyright © 2015 Ant Kutschera. All rights reserved.