|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Preliminary interface for graphs supporting transactions.
Method Summary | |
void |
abort()
If transactions are supported and there is a tranaction in progress, abort it. |
void |
begin()
If transactions are supported, begin a new transaction. |
void |
commit()
If transactions are supported and there is a tranaction in progress, commit it. |
java.lang.Object |
executeInTransaction(com.hp.hpl.jena.shared.Command c)
If transactions are supported, execute the command c within a transaction and return its result. |
boolean |
transactionsSupported()
Does this handler support transactions at all? |
Method Detail |
public boolean transactionsSupported()
public void begin()
public void abort()
public void commit()
public java.lang.Object executeInTransaction(com.hp.hpl.jena.shared.Command c)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |