swpchat.server
Class SpServerConsole

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--swpchat.server.SpServerConsole
All Implemented Interfaces:
java.lang.Runnable

public class SpServerConsole
extends java.lang.Thread


Field Summary
private  java.lang.String CLS
           
protected  java.lang.String debugMessagesOff
           
protected  java.lang.String debugMessagesOn
           
(package private)  java.io.InputStream in
           
protected  java.lang.String quit
           
protected  java.lang.String reload
           
protected  java.lang.String writeDebugMessagesOff
           
protected  java.lang.String writeDebugMessagesOn
           
 
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
(package private) SpServerConsole(java.io.InputStream instream)
          needs the Inputstream to be interpreted as serverconsole
 
Method Summary
private  java.lang.String readln(java.io.InputStream in)
           
 void run()
          the things the thread is busy with, his whole lifetime !
 
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

in

java.io.InputStream in

quit

protected final java.lang.String quit

debugMessagesOff

protected final java.lang.String debugMessagesOff

debugMessagesOn

protected final java.lang.String debugMessagesOn

writeDebugMessagesOff

protected final java.lang.String writeDebugMessagesOff

writeDebugMessagesOn

protected final java.lang.String writeDebugMessagesOn

reload

protected final java.lang.String reload

CLS

private final java.lang.String CLS
Constructor Detail

SpServerConsole

SpServerConsole(java.io.InputStream instream)
needs the Inputstream to be interpreted as serverconsole
Parameters:
instream - is the InputStream to be interpreted as serverconsole
Method Detail

run

public void run()
the things the thread is busy with, his whole lifetime !
Overrides:
run in class java.lang.Thread

readln

private java.lang.String readln(java.io.InputStream in)