|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.core.AbstractLock
Field Summary |
Fields inherited from interface org.ozoneDB.core.Lock |
LEVEL_MAX, LEVEL_NONE, LEVEL_READ, LEVEL_UPGRADE, LEVEL_WRITE, NOT_ACQUIRED |
Constructor Summary | |
AbstractLock()
|
Method Summary | |
void |
checkDeadlock(Transaction ta)
Check for deadlock and throw an exception if a deadlock is detected. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.ozoneDB.core.Lock |
isAcquiredBy, level, lockerIDs, release, reset, tryAcquire |
Constructor Detail |
public AbstractLock()
Method Detail |
public void checkDeadlock(Transaction ta) throws TransactionError
Lock
checkDeadlock
in interface Lock
TransactionError
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |