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.TransactionHandlerpublic void begin()
begin in interface com.hp.hpl.jena.graph.TransactionHandlerpublic void commit()
commit in interface com.hp.hpl.jena.graph.TransactionHandlerpublic Object executeInTransaction(com.hp.hpl.jena.shared.Command c)
executeInTransaction in interface com.hp.hpl.jena.graph.TransactionHandlerpublic boolean transactionsSupported()
transactionsSupported in interface com.hp.hpl.jena.graph.TransactionHandler