class CacheLock extends ShExLockable
| Modifier and Type | Field and Description |
|---|---|
private PropertyConglomerate |
pc |
| Constructor and Description |
|---|
CacheLock(PropertyConglomerate pc) |
| Modifier and Type | Method and Description |
|---|---|
void |
unlockEvent(Latch lockInfo)
Note that the object has been unlocked
Must only be called by the lock manager.
|
lockAttributes, lockerAlwaysCompatible, lockEvent, requestCompatibleprivate PropertyConglomerate pc
CacheLock(PropertyConglomerate pc)
public void unlockEvent(Latch lockInfo)
LockableMust only be called by the lock manager. Synchronization will be handled by the lock manager.
unlockEvent in interface LockableunlockEvent in class ShExLockableLockable.unlockEvent(org.apache.derby.iapi.services.locks.Latch)Apache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.