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