|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||