Package | Description |
---|---|
org.castor.persist | |
org.exolab.castor.persist |
The Castor persistence engine handles object persistence, object
caching, transaction concurrency and locking.
|
Modifier and Type | Method and Description |
---|---|
ObjectLock |
TransactionContext.getWaitOnLock()
Returns the lock which this transaction attempts to acquire.
|
ObjectLock |
AbstractTransactionContext.getWaitOnLock()
Returns the lock which this transaction attempts to acquire.
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionContext.setWaitOnLock(ObjectLock lock)
Indicates which lock this transaction is waiting for.
|
void |
AbstractTransactionContext.setWaitOnLock(ObjectLock lock)
Indicates which lock this transaction is waiting for.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassMolder.expireCache(TransactionContext tx,
ObjectLock locker)
Inspect the fields stored in the object passed as an argument for
contained objects.
|
Copyright © 2018. All rights reserved.