public final class VTransactionListenerImpl extends Object implements VTransactionListener
| Constructor and Description |
|---|
VTransactionListenerImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
logAfterCommitError(Throwable th) |
void |
onFinish(boolean commitSucceeded,
long elapsedTime)
Notifies the end of the transaction.
|
void |
onStart()
Notifies the start of the transaction.
|
public void onStart()
onStart in interface VTransactionListenerpublic void onFinish(boolean commitSucceeded,
long elapsedTime)
onFinish in interface VTransactionListenercommitSucceeded - if the transaction has been committed successfullyelapsedTime - the elapse time in mspublic void logAfterCommitError(Throwable th)
logAfterCommitError in interface VTransactionListenerth - the errorCopyright © 2016. All Rights Reserved.