|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.txn.LockInfo
LockInfo is a class that embodies information about a lock instance. The holding thread and the locktype are all contained in the object.
Constructor Summary | |
(package private) |
LockInfo(Locker locker,
LockType lockType)
Construct a new LockInfo. |
Method Summary | |
Object |
clone()
|
void |
dump()
Debugging |
(package private) Locker |
getLocker()
|
(package private) LockType |
getLockType()
|
(package private) void |
setLocker(Locker locker)
Change this lockInfo over to the prescribed locker. |
(package private) void |
setLockType(LockType lockType)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
LockInfo(Locker locker, LockType lockType)
Method Detail |
void setLocker(Locker locker)
Locker getLocker()
void setLockType(LockType lockType)
LockType getLockType()
public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
public void dump()
public String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |