org.apache.ojb.otm.lock.isolation
Class SerializableIsolation

java.lang.Object
  extended byorg.apache.ojb.otm.lock.isolation.AbstractIsolation
      extended byorg.apache.ojb.otm.lock.isolation.SerializableIsolation
All Implemented Interfaces:
TransactionIsolation

public class SerializableIsolation
extends AbstractIsolation

Author:
Raghu Rajah

Constructor Summary
SerializableIsolation()
           
 
Method Summary
 void readLock(Transaction tx, ObjectLock lock)
           
 void writeLock(Transaction tx, ObjectLock lock)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializableIsolation

public SerializableIsolation()
Method Detail

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