org.apache.ojb.otm.lock.isolation
Class ReadUncommittedIsolation
java.lang.Object
org.apache.ojb.otm.lock.isolation.AbstractIsolation
org.apache.ojb.otm.lock.isolation.ReadUncommittedIsolation
- All Implemented Interfaces:
- TransactionIsolation
- public class ReadUncommittedIsolation
- extends AbstractIsolation
- Author:
- Raghu Rajah
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadUncommittedIsolation
public ReadUncommittedIsolation()
readLock
public void readLock(Transaction tx,
ObjectLock locks)
- See Also:
org.apache.ojb.otm.lock.TransactionIsolation#lockForRead(Transaction, ObjectLocks)
writeLock
public void writeLock(Transaction tx,
ObjectLock lock)
throws LockingException
- Throws:
LockingException
- See Also:
org.apache.ojb.otm.lock.TransactionIsolation#lockForWrite(Transaction, ObjectLocks)
Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14