|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockNotGrantedException | |
---|---|
org.apache.ojb.odmg | |
org.odmg |
Uses of LockNotGrantedException in org.apache.ojb.odmg |
---|
Methods in org.apache.ojb.odmg that throw LockNotGrantedException | |
---|---|
(package private) void |
TransactionImpl.doSingleLock(ClassDescriptor cld,
Object obj,
Identity oid,
int lockMode)
Only lock the specified object, represented by the RuntimeObject instance. |
(package private) void |
TransactionImpl.doSingleRegister(RuntimeObject rtObject,
int lockMode)
Registers the object (without locking) with this transaction. |
protected void |
TransactionImpl.doWriteObjects(boolean isFlush)
Write objects to data store, but don't release the locks. |
void |
TransactionImpl.lock(Object obj,
int lockMode)
Upgrade the lock on the given object to the given lock mode. |
void |
NarrowTransaction.lock(Object obj,
int lockMode)
lock the given object |
private void |
TransactionImpl.lockAndRegisterCollections(ClassDescriptor cld,
Object sourceObject,
int lockMode,
List registeredObjects)
|
private void |
TransactionImpl.lockAndRegisterReferences(ClassDescriptor cld,
Object sourceObject,
int lockMode,
List registeredObjects)
we only use the registrationList map if the object is not a proxy. |
protected void |
TransactionImpl.prepareCommit()
Prepare does the actual work of moving the changes at the object level into storage (the underlying rdbms for instance). |
void |
ObjectEnvelopeTable.writeObjects(boolean reuse)
Perform write to DB on all registered object wrapper ( ObjectEnvelope ) |
Uses of LockNotGrantedException in org.odmg |
---|
Methods in org.odmg that throw LockNotGrantedException | |
---|---|
void |
Transaction.lock(Object obj,
int lockMode)
Upgrade the lock on the given object to the given lock mode. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |