Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cxtable.peer
Class xClientLogManager  view xClientLogManager download xClientLogManager.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycxtable.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 Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  boolean debug
           
private  java.lang.String err_catch
           
private  int fail
           
private  cxtable.core_comm.xRegistry for_serv
           
private  boolean from_file
           
private  java.lang.String ipad
           
private static java.lang.String[] key
           
private  java.lang.String mssg
           
private  java.lang.String name
           
private  java.lang.String port
           
private  long read_delay
           
private  java.lang.String reg_id
           
private  cxtable.gui.xPanel rept
           
(package private)  java.lang.String[] servers
           
private  java.lang.String where
           
private  cxtable.core_comm.xClientConn xcc
           
private  cxtable.xLineSplit xls
           
private  xMiniServer xmin
           
private  xNameListen xnl
           
private  cxtable.core_comm.xRegistry xrego
           
private  cxtable.core_comm.xReadSorter xres
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
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)
           
 
Method Summary
 void boot(cxtable.setup_boot.xFTPData x)
           
 void boot(cxtable.setup_boot.xHTTPData x)
           
 void boot(cxtable.setup_boot.xSetupData x)
           
 cxtable.core_comm.xRegistry getClientDepository()
           
 void login_name(java.lang.String s)
           
 void read(java.lang.String s)
           
 boolean readAll()
           
 java.lang.String[] readKeys()
           
 void run_two()
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 void setClientDepository(cxtable.core_comm.xRegistry xr)
           
 void setReport(cxtable.gui.xPanel x)
           
 void term()
           
 java.lang.String who()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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