Franz Inc, AllegroGraph

com.franz.agraph.jena
Class AGTransactionHandler

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

public class AGTransactionHandler
extends Object
implements TransactionHandler

Implements the Jena TransactionHandler interface for AllegroGraph.


Method Summary
 void abort()
           
 void begin()
           
 void commit()
           
 Object executeInTransaction(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 TransactionHandler

begin

public void begin()
Specified by:
begin in interface TransactionHandler

commit

public void commit()
Specified by:
commit in interface TransactionHandler

executeInTransaction

public Object executeInTransaction(Command c)
Specified by:
executeInTransaction in interface TransactionHandler

transactionsSupported

public boolean transactionsSupported()
Specified by:
transactionsSupported in interface TransactionHandler

Copyright © 2008-2010 Franz Inc.