|
||||||||||
| 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.Translated
edu.rice.cs.cunit.record.syncPoints.thread.ThreadSetPrioritySyncPoint.Translated
public static class ThreadSetPrioritySyncPoint.Translated
Class for translated versions on the monitor side.
| Field Summary | |
|---|---|
private int |
_newPriority
New priority that was set. |
| Fields inherited from class edu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint.Translated |
|---|
_threadInfo |
| Constructor Summary | |
|---|---|
ThreadSetPrioritySyncPoint.Translated(ThreadInfo threadInfo,
int newPriority)
Constructor for translated version on the monitor side. |
|
| Method Summary | ||
|---|---|---|
|
execute(ISyncPointVisitor<R,P> visitor,
P param)
Executes a visitor. |
|
int |
getNewPriority()
Returns the new priority that was set. |
|
java.lang.String |
toString()
Returns a string representation of the object. |
|
| Methods inherited from class edu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint.Translated |
|---|
getThreadInfo |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private int _newPriority
| Constructor Detail |
|---|
public ThreadSetPrioritySyncPoint.Translated(ThreadInfo threadInfo,
int newPriority)
threadInfo - info about the threadnewPriority - new priority that was set| Method Detail |
|---|
public <R,P> R execute(ISyncPointVisitor<R,P> visitor,
P param)
visitor - visitor to executeparam - visitor-specific parameter
public int getNewPriority()
public java.lang.String toString()
toString in class AThreadSyncPoint.Translated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||