|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITransactionManager
Transaction Manager for INamedGraphs and IContainers
| Method Summary | |
|---|---|
void |
abort()
Abort the current transaction |
void |
begin()
Begin a transaction, blocking if another thread already started a transaction |
void |
beginNonBlocking()
Begin a transaction |
void |
commit()
Commit the current transaction |
boolean |
currentThreadOwnsTransaction()
Return whether the current thread owns the TransactionQueue lock |
boolean |
isInTransaction()
Get whether or not a transaction has begun. |
| Method Detail |
|---|
void beginNonBlocking()
throws AnzoException
AnzoException - if another thread already started a transaction
void begin()
throws AnzoException
AnzoException
void commit()
throws AnzoException
AnzoException - if another thread started the transaction or if no transaction is in started
void abort()
throws AnzoException
AnzoException - if another thread started the transaction or if no transaction is in startedboolean isInTransaction()
boolean currentThreadOwnsTransaction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||