org.openejb.corba.services.transaction
Class LocalTyrex

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.openejb.corba.services.transaction.LocalTyrex
All Implemented Interfaces:
java.lang.Runnable

public class LocalTyrex
extends java.lang.Thread

This class is the OTS server class started as a local resource. It provides the ability to use Tyrex as an OTS server.

Version:
1.0

Fields inherited from class java.lang.Thread
inheritableThreadLocals, MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, threadLocals
 
Constructor Summary
LocalTyrex(org.omg.CORBA.ORB orb, java.lang.String domain, boolean doNamingBind)
          Constructor
 
Method Summary
 void run()
          Application entry point
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalTyrex

public LocalTyrex(org.omg.CORBA.ORB orb,
                  java.lang.String domain,
                  boolean doNamingBind)
Constructor
Method Detail

run

public void run()
Application entry point
Overrides:
run in class java.lang.Thread