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?
|
equals, 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 TransactionHandlerCopyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP