|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
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 | |
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 | |
LockStrategyFactory | Factory class used to obtain the proper LockingStrategy for an Object. |
ObjectLocks | |
PersistentLockMapImpl | |
ReadCommittedStrategy | The implementation of the Commited Reads Locking stra ReadCommitted - Reads and Writes require locks. |
ReadUncommittedStrategy | The implementation of the Uncommited Reads Locking strategy. |
RepeatableReadStrategy | The implementation of the Repeatable Reads Locking strategy. |
SerializableStrategy | The implementation of the Serializable Locking strategy. |
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |