gecco.client
Class TestServer.TestThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--gecco.client.TestServer.TestThread
All Implemented Interfaces:
Runnable
Enclosing class:
TestServer

public class TestServer.TestThread
extends Thread

Description of the Class

Author:
d98-kha

Field Summary
(package private)  boolean run
          Description of the Field
 
Fields inherited from class java.lang.Thread
contextClassLoader, daemon, eetop, group, inheritableThreadLocals, inheritedAccessControlContext, MAX_PRIORITY, MIN_PRIORITY, name, NORM_PRIORITY, priority, single_step, stillborn, stopThreadPermission, target, threadInitNumber, threadLocals, threadQ
 
Constructor Summary
TestServer.TestThread()
           
 
Method Summary
 void run()
          Main processing method for the TestThread object
 void safeStop()
          Description of the Method
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, exit, getContextClassLoader, getName, getPriority, getThreadGroup, init, interrupt, interrupt0, interrupted, isAlive, isDaemon, isInterrupted, isInterrupted, join, join, join, nextThreadNum, registerNatives, resume, resume0, setContextClassLoader, setDaemon, setName, setPriority, setPriority0, sleep, sleep, start, stop, stop, stop0, suspend, suspend0, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

run

boolean run
Description of the Field
Constructor Detail

TestServer.TestThread

public TestServer.TestThread()
Method Detail

safeStop

public void safeStop()
Description of the Method

run

public void run()
Main processing method for the TestThread object
Overrides:
run in class Thread