edu.rice.cs.cunit.record.syncPoints.thread
Class ThreadSuspendSyncPoint

java.lang.Object
  extended by edu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint
      extended by edu.rice.cs.cunit.record.syncPoints.thread.ThreadSuspendSyncPoint
All Implemented Interfaces:
ISyncPoint

public class ThreadSuspendSyncPoint
extends AThreadSyncPoint

Synchronization point corresponding to a Thread.suspend call.

Author:
Mathias Ricken

Nested Class Summary
static class ThreadSuspendSyncPoint.Translated
          Class for translated versions on the monitor side.
 
Field Summary
 
Fields inherited from class edu.rice.cs.cunit.record.syncPoints.thread.AThreadSyncPoint
_thread
 
Constructor Summary
ThreadSuspendSyncPoint(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

ThreadSuspendSyncPoint

public ThreadSuspendSyncPoint(java.lang.Thread thread)
Constructor for this synchronization point.

Parameters:
thread - thread whose suspend method was called.