|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.record.syncPoints.object.AObjectSyncPoint
edu.rice.cs.cunit.record.syncPoints.object.ObjectNotifyAllSyncPoint
public class ObjectNotifyAllSyncPoint
Synchronization point corresponding to an Object.notifyAll call.
| Nested Class Summary | |
|---|---|
static class |
ObjectNotifyAllSyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary |
|---|
| Fields inherited from class edu.rice.cs.cunit.record.syncPoints.object.AObjectSyncPoint |
|---|
_object, _thread |
| Constructor Summary | |
|---|---|
ObjectNotifyAllSyncPoint(java.lang.Object object,
java.lang.Thread thread)
Constructor for this synchronization point. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectNotifyAllSyncPoint(java.lang.Object object,
java.lang.Thread thread)
object - object whose notifyAll method was called.thread - current thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||