public static class BaseInfGraph.InfTransactionHandler extends TransactionHandlerBase implements TransactionHandler
| Constructor and Description |
|---|
InfTransactionHandler(BaseInfGraph base) |
| 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, executeInTransactionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalculate, execute, executeInTransactionpublic InfTransactionHandler(BaseInfGraph base)
public boolean transactionsSupported()
TransactionHandlertransactionsSupported in interface TransactionHandlerpublic void begin()
TransactionHandlerbegin in interface TransactionHandlerpublic void abort()
TransactionHandlerabort in interface TransactionHandlerpublic void commit()
TransactionHandlercommit in interface TransactionHandlerLicenced under the Apache License, Version 2.0