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

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

public class ThreadStopSyncPoint
extends AThreadSyncPoint

Synchronization point corresponding to a Thread.stop call.

Author:
Mathias Ricken

Nested Class Summary
static class ThreadStopSyncPoint.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
ThreadStopSyncPoint(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

ThreadStopSyncPoint

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

Parameters:
thread - thread whose stop method was called.