|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.impl.TransactionHandlerBase
com.hp.hpl.jena.reasoner.BaseInfGraph.InfTransactionHandler
public static class BaseInfGraph.InfTransactionHandler
| Constructor Summary | |
|---|---|
BaseInfGraph.InfTransactionHandler(BaseInfGraph base)
|
|
| 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. |
boolean |
transactionsSupported()
Does this handler support transactions at all? |
| Methods inherited from class com.hp.hpl.jena.graph.impl.TransactionHandlerBase |
|---|
executeInTransaction |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.hp.hpl.jena.graph.TransactionHandler |
|---|
executeInTransaction |
| Constructor Detail |
|---|
public BaseInfGraph.InfTransactionHandler(BaseInfGraph base)
| Method Detail |
|---|
public boolean transactionsSupported()
TransactionHandler
transactionsSupported in interface TransactionHandlerpublic void begin()
TransactionHandler
begin in interface TransactionHandlerpublic void abort()
TransactionHandler
abort in interface TransactionHandlerpublic void commit()
TransactionHandler
commit in interface TransactionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||