public class SimpleTransactionHandler extends TransactionHandlerBase
| Constructor and Description |
|---|
SimpleTransactionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
If transactions are supported and there is a transaction in progress, abort
it.
|
void |
begin()
If transactions are supported, begin a new transaction.
|
void |
commit()
If transactions are supported and there is a transaction in progress, commit
it.
|
boolean |
transactionsSupported()
Does this handler support transactions at all?
|
calculate, execute, executeInTransactionpublic boolean transactionsSupported()
TransactionHandlerpublic void begin()
TransactionHandlerpublic void abort()
TransactionHandlerpublic void commit()
TransactionHandlerLicenced under the Apache License, Version 2.0