Package com.franz.agraph.jena
Class AGTransactionHandler
java.lang.Object
org.apache.jena.graph.impl.TransactionHandlerBase
com.franz.agraph.jena.AGTransactionHandler
- All Implemented Interfaces:
TransactionHandler
Implements the Jena TransactionHandler interface for AllegroGraph.
-
Method Summary
Methods inherited from class org.apache.jena.graph.impl.TransactionHandlerBase
calculate, calculateAlways, execute, executeAlways
-
Method Details
-
abort
public void abort() -
begin
public void begin() -
commit
public void commit() -
transactionsSupported
public boolean transactionsSupported()
-