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

Quick Search    Search Deep

cxtable.core_comm
Class xClientNeg  view xClientNeg download xClientNeg.java

java.lang.Object
  extended byjava.lang.Thread
      extended bycxtable.core_comm.xClientNeg
All Implemented Interfaces:
java.lang.Runnable, xListener

public class xClientNeg
extends java.lang.Thread
implements xListener


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.lang.String _who
           
private static java.lang.String[] key
           
private  java.lang.String mssg
           
private  java.lang.String my_ip
           
private  java.lang.String my_port
           
private  java.lang.String name
           
private  java.lang.String reg_id
           
private  java.lang.String serv_id
           
private  cxtable.peer.xClientContinual xclco
           
private  xClientConn xclient
           
private  cxtable.xLineSplit xls
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
xClientNeg(xClientConn x, java.lang.String nm, java.lang.String r_k, cxtable.peer.xClientContinual xcc)
           
 
Method Summary
 void read(java.lang.String s)
           
 boolean readAll()
           
 java.lang.String[] readKeys()
           
 void run()
          The method of Thread that will be run if there is no Runnable object associated with the Thread.
 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

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

xClientNeg

public xClientNeg(xClientConn x,
                  java.lang.String nm,
                  java.lang.String r_k,
                  cxtable.peer.xClientContinual xcc)
Method Detail

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