Uses of Interface
com.tc.object.locks.Notify

Packages that use Notify
com.tc.object.bytecode   
com.tc.object.locks   
 

Uses of Notify in com.tc.object.bytecode
 

Methods in com.tc.object.bytecode that return Notify
 Notify NullManager.notify(LockID lock, java.lang.Object waitObject)
           
 Notify NullManager.notifyAll(LockID lock, java.lang.Object waitObject)
           
 

Uses of Notify in com.tc.object.locks
 

Methods in com.tc.object.locks that return Notify
 Notify TerracottaLocking.notify(LockID lock, java.lang.Object waitObject)
          Notify a single thread waiting on the given lock.
 Notify TerracottaLocking.notifyAll(LockID lock, java.lang.Object waitObject)
          Notify all threads waiting on the given lock.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.