|
||||||||||
| 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.Translated
edu.rice.cs.cunit.record.syncPoints.object.ObjectLeaveWaitSyncPoint.Translated
public 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.Translated |
|---|
_lockInfo, _threadInfo |
| Constructor Summary | |
|---|---|
ObjectLeaveWaitSyncPoint.Translated(LockInfo object,
long timeOut,
ThreadInfo thread)
Constructor for translated version on the monitor side. |
|
| Method Summary | ||
|---|---|---|
|
execute(ISyncPointVisitor<R,P> visitor,
P param)
Executes a visitor. |
|
long |
getTimeOut()
Returns the timeout duration. |
|
java.lang.String |
toString()
Returns a string representation of the object. |
|
| Methods inherited from class edu.rice.cs.cunit.record.syncPoints.object.AObjectSyncPoint.Translated |
|---|
getLockInfo, getThreadInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private long _timeOut
| Constructor Detail |
|---|
public ObjectLeaveWaitSyncPoint.Translated(LockInfo object,
long timeOut,
ThreadInfo thread)
object - info about the objecttimeOut - timeout durationthread - info about the current thread| Method Detail |
|---|
public <R,P> R execute(ISyncPointVisitor<R,P> visitor,
P param)
visitor - visitor to executeparam - visitor-specific parameter
public long getTimeOut()
public java.lang.String toString()
toString in class AObjectSyncPoint.Translated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||