Package org.apache.ojb.odmg.locking

Interface Summary
LockingConfiguration  
LockManager This interface declares the functionality of the OJB internal Locking mechanism.
LockMap  
LockStrategy this interface defines method that a Locking Strategy must implement * according to the transaction isolation level it represents.
 

Class Summary
AbstractLockStrategy The base class of all LockingStrategies.
InMemoryLockMapImpl We use a HashMap and synchronize blocks of access for a get "check" then put operation.
LockEntry a persistent entry for locks.
LockManagerDefaultImpl The OJB default implementation of a Locking mechanism.
LockManagerFactory This factory class creates LockManager instances according * to the setting in the OJB properties file.
LockMapFactory  
LockServerServlet  
LockStrategyFactory Factory class used to obtain the proper LockingStrategy for an Object.
ObjectLocks  
PersistentLockMapImpl Deprecated. Using this class is not safe! Please use the RemoteLockMapImpl instead.
ReadCommittedStrategy The implementation of the Commited Reads Locking stra ReadCommitted - Reads and Writes require locks.
ReadUncommittedStrategy The implementation of the Uncommited Reads Locking strategy.
RemoteLockMapImpl Servlet based lock mechanism for usage in distributed environment.
RepeatableReadStrategy The implementation of the Repeatable Reads Locking strategy.
SerializableStrategy The implementation of the Serializable Locking strategy.
 



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