Class OTSThread

java.lang.Object
java.lang.Thread
com.arjuna.ats.jts.thread.OTSThread
All Implemented Interfaces:
Runnable

public class OTSThread extends Thread
Create an OTS transactional thread. When the thread is created it is automatically registered with the current transaction, and removed when the transaction terminates.
Since:
JTS 1.2.4.
Version:
$Id: OTSThread.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark_little@hp.com)
  • Constructor Details

    • OTSThread

      protected OTSThread()
  • Method Details

    • terminate

      public void terminate()
    • run

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