class cMsg.UpdateServer
extends java.lang.Thread
| Constructor and Description | 
|---|
| UpdateServer(java.io.DataOutputStream out)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | changeSockets(java.io.DataOutputStream out)If reconnecting to another server as part of a failover, we must change to
 another channel for keepAlives. | 
| void | killThread()Kill 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, yieldpublic UpdateServer(java.io.DataOutputStream out)
             throws java.io.IOException
out - output datastream for communication with domain serverjava.io.IOException - if socket is closedpublic void killThread()
public void changeSockets(java.io.DataOutputStream out)
                   throws java.io.IOException
out - output datastream for communication with domain serverjava.io.IOException - if channel is closedpublic void run()
run in interface java.lang.Runnablerun in class java.lang.Thread