Package org.apache.jena.sparql.graph
Class TransactionHandlerNull
- java.lang.Object
-
- org.apache.jena.graph.impl.TransactionHandlerBase
-
- org.apache.jena.sparql.graph.TransactionHandlerNull
-
- All Implemented Interfaces:
TransactionHandler
public class TransactionHandlerNull extends TransactionHandlerBase
Implementation ofTransactionHandlerthat does nothing but track the transaction state.
-
-
Constructor Summary
Constructors Constructor Description TransactionHandlerNull()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidabort()voidbegin()voidcommit()voidremove()booleantransactionsSupported()-
Methods inherited from class org.apache.jena.graph.impl.TransactionHandlerBase
calculate, execute
-
-