| org.ozoneDB.core.dr.Locker
All known Subclasses: org.ozoneDB.core.Transaction,
Locker | public interface Locker (Code) | | author: SMB version: $Revision: 1.2 $Date: 2002/06/08 00:49:39 $ |
blockedByAndPin | public Lockable blockedByAndPin()(Code) | | Pins the Lockable which is blocks this Locker and returns it or null, if no Lockable blocks this locker.
The caller has to unpin it after use.
|
isBlocked | public boolean isBlocked()(Code) | | Returns wether this locker is blocked.
|
isDeadlocked | public boolean isDeadlocked()(Code) | | |
setDeadlocked | public void setDeadlocked(boolean to)(Code) | | |
|
|