|
||||||||||
| 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
edu.rice.cs.cunit.record.syncPoints.sync.SynchronizedTryEnterBlockSyncPoint
public class SynchronizedTryEnterBlockSyncPoint
Synchronization point corresponding to the attempt to enter a synchronized block.
| Nested Class Summary | |
|---|---|
static class |
SynchronizedTryEnterBlockSyncPoint.Translated
Class for translated versions on the monitor side. |
| Field Summary |
|---|
| Fields inherited from class edu.rice.cs.cunit.record.syncPoints.sync.ASynchronizedObjectSyncPoint |
|---|
_object, _thread |
| Constructor Summary | |
|---|---|
SynchronizedTryEnterBlockSyncPoint(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 |
| Constructor Detail |
|---|
public SynchronizedTryEnterBlockSyncPoint(java.lang.Object object,
java.lang.Thread thread)
object - object whose lock is to be acquired.thread - thread that acquired the lock
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||