public static class BaseInfGraph.InfTransactionHandler extends com.hp.hpl.jena.graph.impl.TransactionHandlerBase implements TransactionHandler
| Constructor and Description |
|---|
BaseInfGraph.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?
|
executeInTransactionequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteInTransactionpublic BaseInfGraph.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