|
||||||||||
| 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.Translated
public abstract static class ASynchronizedObjectSyncPoint.Translated
Class for translated versions on the monitor side.
| Field Summary | |
|---|---|
(package private) LockInfo |
_lockInfo
Info about the object. |
(package private) ThreadInfo |
_threadInfo
Info about the thread. |
| Constructor Summary | |
|---|---|
ASynchronizedObjectSyncPoint.Translated(LockInfo lockInfo,
ThreadInfo threadInfo)
Constructor for translated version on the monitor side. |
|
| Method Summary | |
|---|---|
LockInfo |
getLockInfo()
Returns the info about the object. |
ThreadInfo |
getThreadInfo()
Returns the info about the thread. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.rice.cs.cunit.record.syncPoints.ISyncPoint.Translated |
|---|
execute |
| Field Detail |
|---|
LockInfo _lockInfo
ThreadInfo _threadInfo
| Constructor Detail |
|---|
public ASynchronizedObjectSyncPoint.Translated(LockInfo lockInfo,
ThreadInfo threadInfo)
lockInfo - info about the objectthreadInfo - info about the thread| Method Detail |
|---|
public LockInfo getLockInfo()
public ThreadInfo getThreadInfo()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||