|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint
public abstract class AThreadSyncPoint
General class for thread-related synchronization points.
| Nested Class Summary | |
|---|---|
static class |
AThreadSyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary | |
|---|---|
protected java.lang.Thread |
_thread
Thread that whose method was called. |
| Constructor Summary | |
|---|---|
AThreadSyncPoint(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 |
|---|
protected final java.lang.Thread _thread
| Constructor Detail |
|---|
public AThreadSyncPoint(java.lang.Thread thread)
thread - thread whose method was called.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||