Interface | Description |
---|---|
IsolationLevels |
This interface defines the lock isolation level constants used by
OJB locking api.
|
LockManager |
This interface declares the functionality of the OJB locking-api for support of
pessimistic locking.
|
Class | Description |
---|---|
LockHelper | |
LockManagerCommonsImpl |
A
LockManager implementation based on apache's commons-transaction
locking part. |
LockManagerInMemoryImpl |
This implementation of the
LockManager interface supports a simple, fast, non-blocking
pessimistic locking for single JVM applications. |
LockManagerRemoteImpl |
This implementation of the
LockManager interface supports locking
in distributed environments in combination with a specific lock servlet. |
LockManagerRemoteImpl.LockInfo | |
LockManagerServlet |
Exception | Description |
---|---|
LockRuntimeException |
Exception was thrown when unexpected behavior in conjunction with locking
was detected.
|
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30