java.lang.Object
java.lang.Thread
cxtable.peer.xClientLogManager
- All Implemented Interfaces:
- java.lang.Runnable, cxtable.setup_boot.xBootListener, cxtable.core_comm.xListener, xNameListen, cxtable.setup_boot.xSetupBootListener
- public class xClientLogManager
- extends java.lang.Thread
- implements cxtable.core_comm.xListener, xNameListen, cxtable.setup_boot.xBootListener, cxtable.setup_boot.xSetupBootListener
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, 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 |
key
private static final java.lang.String[] key
where
private java.lang.String where
name
private java.lang.String name
ipad
private java.lang.String ipad
port
private java.lang.String port
debug
private boolean debug
xcc
private cxtable.core_comm.xClientConn xcc
xrego
private cxtable.core_comm.xRegistry xrego
for_serv
private cxtable.core_comm.xRegistry for_serv
xls
private cxtable.xLineSplit xls
mssg
private java.lang.String mssg
xnl
private xNameListen xnl
fail
private int fail
servers
java.lang.String[] servers
xres
private cxtable.core_comm.xReadSorter xres
reg_id
private java.lang.String reg_id
xmin
private xMiniServer xmin
read_delay
private long read_delay
rept
private cxtable.gui.xPanel rept
from_file
private boolean from_file
err_catch
private java.lang.String err_catch
xClientLogManager
public xClientLogManager(cxtable.core_comm.xRegistry for_clients,
cxtable.core_comm.xRegistry servers,
java.lang.String w,
java.lang.String ip,
java.lang.String p,
cxtable.core_comm.xReadSorter xreads,
xMiniServer xmins,
xNameListen x_nl,
boolean b)
setReport
public void setReport(cxtable.gui.xPanel x)
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
- Specified by:
run in interface java.lang.Runnable
who
public java.lang.String who()
- Specified by:
who in interface cxtable.core_comm.xListener
login_name
public void login_name(java.lang.String s)
- Specified by:
login_name in interface xNameListen
setClientDepository
public void setClientDepository(cxtable.core_comm.xRegistry xr)
getClientDepository
public cxtable.core_comm.xRegistry getClientDepository()
run_two
public void run_two()
term
public void term()
read
public void read(java.lang.String s)
- Specified by:
read in interface cxtable.core_comm.xListener
readKeys
public java.lang.String[] readKeys()
- Specified by:
readKeys in interface cxtable.core_comm.xListener
readAll
public boolean readAll()
- Specified by:
readAll in interface cxtable.core_comm.xListener
boot
public void boot(cxtable.setup_boot.xFTPData x)
- Specified by:
boot in interface cxtable.setup_boot.xBootListener
boot
public void boot(cxtable.setup_boot.xHTTPData x)
- Specified by:
boot in interface cxtable.setup_boot.xBootListener
boot
public void boot(cxtable.setup_boot.xSetupData x)
- Specified by:
boot in interface cxtable.setup_boot.xSetupBootListener