Package | Description |
---|---|
oracle.toplink.essentials.internal.identitymaps | |
oracle.toplink.essentials.internal.sessions |
Modifier and Type | Field and Description |
---|---|
protected ConcurrencyManager |
IdentityMapManager.cacheMutex
Ensure mutual exclusion depending on the cache isolation.
|
protected ConcurrencyManager |
CacheKey.mutex
The cache key hold a reference to the concurrency manager to perform the cache key level locking.
|
Modifier and Type | Method and Description |
---|---|
ConcurrencyManager |
IdentityMapManager.getCacheMutex()
Return the cache mutex.
|
ConcurrencyManager |
CacheKey.getMutex()
Return the concurrency manager.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IdentityMapManager.setCacheMutex(ConcurrencyManager cacheMutex)
Set the cache mutex.
|
void |
CacheKey.setMutex(ConcurrencyManager mutex)
Set the concurrency manager.
|
Modifier and Type | Field and Description |
---|---|
protected ConcurrencyManager |
AbstractSession.transactionMutex
Ensure mutual exclusion of the session's transaction state across multiple threads.
|
Modifier and Type | Method and Description |
---|---|
ConcurrencyManager |
AbstractSession.getTransactionMutex()
INTERNAL:
The transaction mutex ensure mutual exclusion on transaction across multiple threads.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSession.setTransactionMutex(ConcurrencyManager transactionMutex) |
Copyright © 2021. All rights reserved.