Class ClassLoaderLock
java.lang.Object
org.apache.derby.iapi.services.locks.ShExLockable
org.apache.derby.impl.services.reflect.ClassLoaderLock
- All Implemented Interfaces:
Lockable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidunlockEvent(Latch lockInfo) Note that the object has been unlockedMethods inherited from class ShExLockable
lockAttributes, lockerAlwaysCompatible, lockEvent, requestCompatible
-
Field Details
-
myLoader
-
-
Constructor Details
-
ClassLoaderLock
ClassLoaderLock(UpdateLoader myLoader)
-
-
Method Details
-
unlockEvent
Description copied from interface:LockableNote that the object has been unlockedMust only be called by the lock manager. Synchronization will be handled by the lock manager.
- Specified by:
unlockEventin interfaceLockable- Overrides:
unlockEventin classShExLockable- See Also:
-