Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGTransactionHandler

java.lang.Object
  extended by com.franz.agraph.jena.AGTransactionHandler
All Implemented Interfaces:
com.hp.hpl.jena.graph.TransactionHandler

public class AGTransactionHandler
extends Object
implements com.hp.hpl.jena.graph.TransactionHandler

Implements the Jena TransactionHandler interface for AllegroGraph.


Method Summary
 void abort()
           
 void begin()
           
 void commit()
           
 Object executeInTransaction(com.hp.hpl.jena.shared.Command c)
           
 boolean transactionsSupported()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

abort

public void abort()
Specified by:
abort in interface com.hp.hpl.jena.graph.TransactionHandler

begin

public void begin()
Specified by:
begin in interface com.hp.hpl.jena.graph.TransactionHandler

commit

public void commit()
Specified by:
commit in interface com.hp.hpl.jena.graph.TransactionHandler

executeInTransaction

public Object executeInTransaction(com.hp.hpl.jena.shared.Command c)
Specified by:
executeInTransaction in interface com.hp.hpl.jena.graph.TransactionHandler

transactionsSupported

public boolean transactionsSupported()
Specified by:
transactionsSupported in interface com.hp.hpl.jena.graph.TransactionHandler

Copyright © 2008-2012 Franz Inc.