public class AGTransactionHandler extends Object implements com.hp.hpl.jena.graph.TransactionHandler
Modifier and Type | Method and Description |
---|---|
void |
abort() |
void |
begin() |
void |
commit() |
Object |
executeInTransaction(com.hp.hpl.jena.shared.Command c) |
boolean |
transactionsSupported() |
public void abort()
abort
in interface com.hp.hpl.jena.graph.TransactionHandler
public void begin()
begin
in interface com.hp.hpl.jena.graph.TransactionHandler
public void commit()
commit
in interface com.hp.hpl.jena.graph.TransactionHandler
public Object executeInTransaction(com.hp.hpl.jena.shared.Command c)
executeInTransaction
in interface com.hp.hpl.jena.graph.TransactionHandler
public boolean transactionsSupported()
transactionsSupported
in interface com.hp.hpl.jena.graph.TransactionHandler