|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
qat.common.ConsoleServer
Field Summary |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Method Summary | |
static void |
addClient(java.io.DataInputStream in,
java.io.DataOutputStream out,
java.net.Socket socket,
int clientDebugLevel)
|
static void |
debugMsg(java.lang.String msg)
|
static void |
debugMsg(java.lang.String msg,
int level)
|
static void |
debugStackTrace(java.lang.Throwable ex)
|
static java.io.PrintStream |
getConsoleOutput()
|
static int |
getDebugLevel()
|
static void |
removeClient(int i)
|
static void |
setDebugLevel(int l)
|
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, run, 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 |
Method Detail |
public static void debugMsg(java.lang.String msg)
public static void debugMsg(java.lang.String msg, int level)
public static void debugStackTrace(java.lang.Throwable ex)
public static void setDebugLevel(int l)
public static int getDebugLevel()
public static void removeClient(int i)
public static void addClient(java.io.DataInputStream in, java.io.DataOutputStream out, java.net.Socket socket, int clientDebugLevel)
public static java.io.PrintStream getConsoleOutput()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |