|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.core.TransactionalNull
public class TransactionalNull
Constructor Summary | |
---|---|
TransactionalNull()
|
Method Summary | |
---|---|
void |
abort()
Abort a transaction - finish the transaction and undo any changes (if a "write" transaction) |
void |
begin(ReadWrite readWrite)
Start either a READ or WRITE transaction |
void |
commit()
Commit a transaction - finish the transaction and make any changes permanent (if a "write" transaction) |
void |
end()
Finish the transaction - if a write transaction and commit() has not been called, then abort |
boolean |
isInTransaction()
Say whether a transaction is active |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionalNull()
Method Detail |
---|
public void begin(ReadWrite readWrite)
Transactional
begin
in interface Transactional
public void commit()
Transactional
commit
in interface Transactional
public void abort()
Transactional
abort
in interface Transactional
public boolean isInTransaction()
Transactional
isInTransaction
in interface Transactional
public void end()
Transactional
end
in interface Transactional
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |