|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.Transaction
com.sleepycat.je.TriggerTransaction
Prevents calling commit/abort from within a trigger.
Constructor Summary | |
(package private) |
TriggerTransaction(Environment env,
Txn txn)
|
Method Summary | |
void |
abort()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
commit()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
commitNoSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
commitSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
Methods inherited from class com.sleepycat.je.Transaction |
commitWriteNoSync, getId, getLocker, getName, setLockTimeout, setName, setTxnTimeout, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
TriggerTransaction(Environment env, Txn txn)
Method Detail |
public void abort() throws DatabaseException
Transaction
abort
in class Transaction
DatabaseException
public void commit() throws DatabaseException
Transaction
commit
in class Transaction
DatabaseException
public void commitSync() throws DatabaseException
Transaction
commitSync
in class Transaction
DatabaseException
public void commitNoSync() throws DatabaseException
Transaction
commitNoSync
in class Transaction
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |