class rcListeningThread
extends java.lang.Thread
Constructor and Description |
---|
rcListeningThread(RunControl myClient,
java.nio.channels.ServerSocketChannel channel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
killClientHandlerThreads()
Kills ClientHandler threads.
|
void |
killThread()
Kills this thread.
|
void |
run()
This method is executed as a thread.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public rcListeningThread(RunControl myClient, java.nio.channels.ServerSocketChannel channel)
myClient
- run control client that created this objectchannel
- socket for listening for connectionspublic void killThread()
void killClientHandlerThreads()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread