wt.method
Class WTAdapterThread

java.lang.Object
  extended byjava.lang.Thread
      extended bywt.method.WTAdapterThread
All Implemented Interfaces:
Runnable

public class WTAdapterThread
extends Thread

The Windchill Info*Engine adapter thread. This class contains the run method executed when starting each Windchill Adapter request handler thread.

Supported API: true
Extendable: false


Field Summary
protected  String DEFAULT_USER
           
private  Locale locale
           
protected  String LOG_FILE
           
private  Socket mySocket
           
private static String RESOURCE
           
private static String TRUSTED_HOSTS
           
protected  boolean VERBOSE
           
protected  boolean VERBOSE_IO
           
private static String versionID
           
private static boolean WEBJECT_TIMING
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
WTAdapterThread()
           
WTAdapterThread(Socket sock)
           
 
Method Summary
static void main(String[] args)
          Main method for running a single-threaded adapter (when it's finished).
 void run()
          Instance method to run the adapter listener thread.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, 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
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

mySocket

private Socket mySocket

locale

private Locale locale

VERBOSE

protected boolean VERBOSE

VERBOSE_IO

protected boolean VERBOSE_IO

DEFAULT_USER

protected String DEFAULT_USER

LOG_FILE

protected String LOG_FILE

WEBJECT_TIMING

private static boolean WEBJECT_TIMING

TRUSTED_HOSTS

private static String TRUSTED_HOSTS
Constructor Detail

WTAdapterThread

public WTAdapterThread(Socket sock)

WTAdapterThread

public WTAdapterThread()
Method Detail

run

public void run()
Instance method to run the adapter listener thread.

Supported API: false


main

public static void main(String[] args)
Main method for running a single-threaded adapter (when it's finished).