org.apache.ojb.otm.lock.isolation
Interface TransactionIsolation

All Known Implementing Classes:
AbstractIsolation

public interface TransactionIsolation

Author:
Raghu Rajah

Method Summary
 void readLock(Transaction tx, ObjectLock locks)
           
 void writeLock(Transaction tx, ObjectLock locks)
           
 

Method Detail

readLock

public void readLock(Transaction tx,
                     ObjectLock locks)
              throws LockingException
Throws:
LockingException

writeLock

public void writeLock(Transaction tx,
                      ObjectLock locks)
               throws LockingException
Throws:
LockingException


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