java.lang.Object
org.apache.jena.graph.impl.TransactionHandlerBase
org.apache.jena.sparql.graph.TransactionHandlerNull
- All Implemented Interfaces:
TransactionHandler
Implementation of
TransactionHandler
that does nothing but track the
transaction state. This does make it stateful so graphs using
TransactionHandlerNull can't be shred across threads when using transactions.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.graph.impl.TransactionHandlerBase
calculate, calculateAlways, execute, executeAlways
-
Constructor Details
-
TransactionHandlerNull
public TransactionHandlerNull()
-
-
Method Details
-
transactionsSupported
public boolean transactionsSupported() -
begin
public void begin() -
commit
public void commit() -
abort
public void abort() -
remove
public void remove()
-