Class ReaperThread

java.lang.Object
java.lang.Thread
com.arjuna.ats.internal.arjuna.coordinator.ReaperThread
All Implemented Interfaces:
Runnable

public class ReaperThread extends Thread
Class to record transactions with non-zero timeout values, and class to implement a transaction reaper thread which terminates these transactions once their timeout elapses.
Since:
JTS 1.0.
Version:
$Id: ReaperThread.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • shutdown

      public void shutdown()