QJCC homepage

biz.chitec.qapp.gjsaadminclient
Class ConnectionTableFrame.FreeFloatingHandleThread

java.lang.Object
  extended byjava.lang.Thread
      extended bybiz.chitec.quarterback.util.StoppableThread
          extended bybiz.chitec.qapp.gjsaadminclient.ConnectionTableFrame.FreeFloatingHandleThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ConnectionTableFrame

private class ConnectionTableFrame.FreeFloatingHandleThread
extends StoppableThread


Nested Class Summary
 
Nested classes inherited from class biz.chitec.quarterback.util.StoppableThread
StoppableThread.StopException
 
Field Summary
private  ThreadInterface ti
           
 
Fields inherited from class biz.chitec.quarterback.util.StoppableThread
shouldbestopped
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ConnectionTableFrame.FreeFloatingHandleThread(SessionConnector sc)
           
 
Method Summary
 void run()
           
 void stopGracefully()
          Stops the operation of the run() method somehow gracefully.
 
Methods inherited from class biz.chitec.quarterback.util.StoppableThread
shouldBeStopped
 
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

ti

private ThreadInterface ti
Constructor Detail

ConnectionTableFrame.FreeFloatingHandleThread

public ConnectionTableFrame.FreeFloatingHandleThread(SessionConnector sc)
Method Detail

stopGracefully

public void stopGracefully()
Description copied from class: StoppableThread
Stops the operation of the run() method somehow gracefully. This method does just set an internal variable. To evaluate that one is up to the implementation.

Overrides:
stopGracefully in class StoppableThread

run

public void run()

QJCC homepage