java.lang.Object
java.lang.Thread
cxtable.core_comm.xClientNeg
- All Implemented Interfaces:
- java.lang.Runnable, xListener
- public class xClientNeg
- extends java.lang.Thread
- implements xListener
| 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 |
_who
private final java.lang.String _who
- See Also:
- Constant Field Values
xls
private cxtable.xLineSplit xls
xclco
private cxtable.peer.xClientContinual xclco
xclient
private xClientConn xclient
mssg
private java.lang.String mssg
name
private java.lang.String name
reg_id
private java.lang.String reg_id
serv_id
private java.lang.String serv_id
my_ip
private java.lang.String my_ip
my_port
private java.lang.String my_port
key
private static final java.lang.String[] key
xClientNeg
public xClientNeg(xClientConn x,
java.lang.String nm,
java.lang.String r_k,
cxtable.peer.xClientContinual xcc)
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 xListener
read
public void read(java.lang.String s)
- Specified by:
read in interface xListener
readAll
public boolean readAll()
- Specified by:
readAll in interface xListener
readKeys
public java.lang.String[] readKeys()
- Specified by:
readKeys in interface xListener