|
||||||||||
| 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.ObjectLeaveWaitSyncPoint
public class ObjectLeaveWaitSyncPoint
Synchronization point corresponding to the end of an Object.wait call.
| Nested Class Summary | |
|---|---|
static class |
ObjectLeaveWaitSyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary | |
|---|---|
private long |
_timeOut
Timeout duration. |
| Fields inherited from class edu.rice.cs.cunit.record.syncPoints.object.AObjectSyncPoint |
|---|
_object, _thread |
| Constructor Summary | |
|---|---|
ObjectLeaveWaitSyncPoint(java.lang.Object object,
long timeOut,
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 |
| Field Detail |
|---|
private long _timeOut
| Constructor Detail |
|---|
public ObjectLeaveWaitSyncPoint(java.lang.Object object,
long timeOut,
java.lang.Thread thread)
object - object whose wait method ended.timeOut - timeout durationthread - current thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||