org.apache.ojb.otm.lock.isolation
Class SerializableIsolation
java.lang.Object
org.apache.ojb.otm.lock.isolation.AbstractIsolation
org.apache.ojb.otm.lock.isolation.SerializableIsolation
- All Implemented Interfaces:
- TransactionIsolation
- public class SerializableIsolation
- extends AbstractIsolation
- Author:
- Raghu Rajah
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializableIsolation
public SerializableIsolation()
readLock
public void readLock(Transaction tx,
ObjectLock lock)
throws LockingException
- Throws:
LockingException
- See Also:
TransactionIsolation.readLock(Transaction, ObjectLock)
writeLock
public void writeLock(Transaction tx,
ObjectLock lock)
throws LockingException
- Throws:
LockingException
- See Also:
TransactionIsolation.writeLock(Transaction, ObjectLock)
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