QJCC homepage

biz.chitec.quarterback.gjsa
Class CBServerConnector.ReaderThread

java.lang.Object
  extended byjava.lang.Thread
      extended bybiz.chitec.quarterback.gjsa.CBServerConnector.ReaderThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
CBServerConnector

private final class CBServerConnector.ReaderThread
extends java.lang.Thread

Reader thread reading the data from the socket and writing them into the ThreadInterface


Field Summary
private  boolean continueloop
           
private  int floodcount
           
private  boolean floodsleep
          internal flag if reader thread should wait
private  long floodstart
           
private  int readernum
           
private  boolean stopme
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
CBServerConnector.ReaderThread()
           
 
Method Summary
 void run()
          Main processing method for the Reader object
 void stopMe()
          Description of the Method
 
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

continueloop

private boolean continueloop

stopme

private boolean stopme

floodsleep

private boolean floodsleep
internal flag if reader thread should wait


floodstart

private long floodstart

floodcount

private int floodcount

readernum

private int readernum
Constructor Detail

CBServerConnector.ReaderThread

public CBServerConnector.ReaderThread()
                               throws java.io.IOException
Method Detail

stopMe

public void stopMe()
Description of the Method


run

public void run()
Main processing method for the Reader object


QJCC homepage