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 tranaction in progress, abort
it.
|
void |
begin()
If transactions are supported, begin a new transaction.
|
void |
commit()
If transactions are supported and there is a tranaction in progress, commit
it.
|
boolean |
transactionsSupported()
Does this handler support transactions at all?
|
calculate, execute, executeInTransaction
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
calculate, execute, executeInTransaction
public InfTransactionHandler(BaseInfGraph base)
public boolean transactionsSupported()
TransactionHandler
transactionsSupported
in interface TransactionHandler
public void begin()
TransactionHandler
begin
in interface TransactionHandler
public void abort()
TransactionHandler
abort
in interface TransactionHandler
public void commit()
TransactionHandler
commit
in interface TransactionHandler
Licenced under the Apache License, Version 2.0