Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.impl.services.reflect
Class ClassLoaderLock  view ClassLoaderLock download ClassLoaderLock.java

java.lang.Object
  extended byorg.apache.derby.iapi.services.locks.ShExLockable
      extended byorg.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.