|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectLock | |
---|---|
org.apache.ojb.otm.lock | |
org.apache.ojb.otm.lock.isolation | |
org.apache.ojb.otm.lock.map | |
org.apache.ojb.otm.lock.wait |
Uses of ObjectLock in org.apache.ojb.otm.lock |
---|
Methods in org.apache.ojb.otm.lock with parameters of type ObjectLock | |
---|---|
static TransactionIsolation |
IsolationFactory.getIsolationLevel(PersistenceBroker pb,
ObjectLock lock)
Fetches the isolation level of given class from its ClassDescriptor. |
Uses of ObjectLock in org.apache.ojb.otm.lock.isolation |
---|
Methods in org.apache.ojb.otm.lock.isolation with parameters of type ObjectLock | |
---|---|
void |
TransactionIsolation.readLock(Transaction tx,
ObjectLock locks)
|
void |
RepeatableReadIsolation.readLock(Transaction tx,
ObjectLock lock)
|
void |
ReadCommittedIsolation.readLock(Transaction tx,
ObjectLock lock)
|
void |
ReadUncommittedIsolation.readLock(Transaction tx,
ObjectLock lock)
|
void |
SerializableIsolation.readLock(Transaction tx,
ObjectLock lock)
|
void |
TransactionIsolation.writeLock(Transaction tx,
ObjectLock locks)
|
void |
RepeatableReadIsolation.writeLock(Transaction tx,
ObjectLock lock)
|
void |
ReadCommittedIsolation.writeLock(Transaction tx,
ObjectLock lock)
|
void |
ReadUncommittedIsolation.writeLock(Transaction tx,
ObjectLock lock)
|
void |
SerializableIsolation.writeLock(Transaction tx,
ObjectLock lock)
|
Uses of ObjectLock in org.apache.ojb.otm.lock.map |
---|
Methods in org.apache.ojb.otm.lock.map that return ObjectLock | |
---|---|
ObjectLock |
LockMap.getLock(Identity oid)
|
ObjectLock |
InMemoryLockMap.getLock(Identity oid)
|
Uses of ObjectLock in org.apache.ojb.otm.lock.wait |
---|
Methods in org.apache.ojb.otm.lock.wait with parameters of type ObjectLock | |
---|---|
void |
LockWaitStrategy.waitForLock(ObjectLock lock,
Transaction tx)
|
void |
TimeoutStrategy.waitForLock(ObjectLock lock,
Transaction tx)
|
void |
NoWaitStrategy.waitForLock(ObjectLock lock,
Transaction tx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |