| java.lang.Object org.apache.ojb.odmg.locking.LockManagerOdmgImpl
Method Summary | |
public boolean | checkRead(TransactionImpl tx, Object obj) | public boolean | checkRead(TransactionImpl tx, Identity oid, Object obj) | public boolean | checkWrite(TransactionImpl tx, Object obj) | public boolean | checkWrite(TransactionImpl tx, Identity oid, Object obj) | public boolean | readLock(TransactionImpl tx, Object obj) | public boolean | readLock(TransactionImpl tx, Identity oid, Object obj) | public boolean | releaseLock(TransactionImpl tx, Object obj) | public boolean | releaseLock(TransactionImpl tx, Identity oid, Object obj) | public boolean | upgradeLock(TransactionImpl tx, Object obj) | public boolean | upgradeLock(TransactionImpl tx, Identity oid, Object obj) | public boolean | writeLock(TransactionImpl tx, Object obj) | public boolean | writeLock(TransactionImpl tx, Identity oid, Object obj) |
|
|