virtuoso.jena.driver
Class VirtTransactionHandler

java.lang.Object
  extended by com.hp.hpl.jena.graph.impl.TransactionHandlerBase
      extended by virtuoso.jena.driver.VirtTransactionHandler
All Implemented Interfaces:
com.hp.hpl.jena.graph.TransactionHandler

public class VirtTransactionHandler
extends com.hp.hpl.jena.graph.impl.TransactionHandlerBase


Constructor Summary
VirtTransactionHandler(VirtGraph _graph)
           
 
Method Summary
 void abort()
           
 void begin()
           
 void commit()
           
 boolean transactionsSupported()
           
 
Methods inherited from class com.hp.hpl.jena.graph.impl.TransactionHandlerBase
executeInTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtTransactionHandler

public VirtTransactionHandler(VirtGraph _graph)
Method Detail

transactionsSupported

public boolean transactionsSupported()

begin

public void begin()

abort

public void abort()

commit

public void commit()