|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.cunit.record.syncPoints.sync.ASynchronizedObjectSyncPoint
public abstract class ASynchronizedObjectSyncPoint
General class for synchronized object-related synchronization points.
| Nested Class Summary | |
|---|---|
static class |
ASynchronizedObjectSyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary | |
|---|---|
protected java.lang.Object |
_object
Object whose lock was acquired. |
protected java.lang.Thread |
_thread
Thread which acquired the lock. |
| Constructor Summary | |
|---|---|
ASynchronizedObjectSyncPoint(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 ASynchronizedObjectSyncPoint(java.lang.Object object,
java.lang.Thread thread)
object - object whose lock was acquired.thread - thread that acquired the lock.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||