public interface ITransaction
| Modifier and Type | Method and Description |
|---|---|
List<JcError> |
close()
Close the transaction.
|
void |
failure()
Marks this transaction as failed, which means that it will
unconditionally be rolled back when close() is called.
|
boolean |
isClosed()
answer true if this transaction has been closed
|
void failure()
List<JcError> close()
RuntimeExceptionboolean isClosed()
Copyright © 2016. All rights reserved.