Interface ThreadSetup


public interface ThreadSetup
Implementations of this class can be registered with the low-level transaction-threading system to set up any thread data that is needed for thread-to-transaction tracking to be done correctly. This level of indirection allows us to keep the core neutral to such issues (which tend to be ORB specific), so that it can be used "raw".
Since:
JTS 2.1.
Version:
$Id: ThreadSetup.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setup

      void setup()