|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.Transaction
Javadoc for this public class is generated via the doc templates in the doc_src directory.
Constructor Summary | |
(package private) |
Transaction(Environment env,
Txn txn)
Creates a transaction. |
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. |
void |
commitWriteNoSync()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
long |
getId()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
(package private) Locker |
getLocker()
Internal use only. |
String |
getName()
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setLockTimeout(long timeOut)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setName(String name)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
void |
setTxnTimeout(long timeOut)
Javadoc for this public method is generated via the doc templates in the doc_src directory. |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
Transaction(Environment env, Txn txn)
Method Detail |
public void abort() throws DatabaseException
DatabaseException
public long getId() throws DatabaseException
DatabaseException
public void commit() throws DatabaseException
DatabaseException
public void commitSync() throws DatabaseException
DatabaseException
public void commitNoSync() throws DatabaseException
DatabaseException
public void commitWriteNoSync() throws DatabaseException
DatabaseException
public void setTxnTimeout(long timeOut) throws DatabaseException
DatabaseException
public void setLockTimeout(long timeOut) throws DatabaseException
DatabaseException
public void setName(String name)
public String getName()
public String toString()
Locker getLocker() throws DatabaseException
DatabaseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |