|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> services >> [ reflect overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.derby.impl.services.reflect
Class ClassLoaderLock

java.lang.Objectorg.apache.derby.iapi.services.locks.ShExLockable
org.apache.derby.impl.services.reflect.ClassLoaderLock
- All Implemented Interfaces:
- org.apache.derby.iapi.services.locks.Lockable
- class ClassLoaderLock
- extends org.apache.derby.iapi.services.locks.ShExLockable
| Field Summary | |
private UpdateLoader |
myLoader
|
| Constructor Summary | |
(package private) |
ClassLoaderLock(UpdateLoader myLoader)
|
| Method Summary | |
void |
unlockEvent(org.apache.derby.iapi.services.locks.Latch lockInfo)
Note that the object has been unlocked |
| Methods inherited from class org.apache.derby.iapi.services.locks.ShExLockable |
lockAttributes, lockerAlwaysCompatible, lockEvent, requestCompatible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
myLoader
private UpdateLoader myLoader
| Constructor Detail |
ClassLoaderLock
ClassLoaderLock(UpdateLoader myLoader)
| Method Detail |
unlockEvent
public void unlockEvent(org.apache.derby.iapi.services.locks.Latch lockInfo)
- Description copied from interface:
org.apache.derby.iapi.services.locks.Lockable - Note that the object has been unlocked
Must only be called by the lock manager. Synchronization will be handled by the lock manager.
|
|||||||||
| Home >> All >> org >> apache >> derby >> impl >> services >> [ reflect overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC