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

Quick Search    Search Deep

cxtable.peer
Class xEnabAsServer  view xEnabAsServer download xEnabAsServer.java

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

public class xEnabAsServer
extends java.lang.Thread
implements cxtable.core_comm.xListener


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  java.lang.String client_id
           
private  boolean connected
           
private  java.lang.String inet
           
private static java.lang.String[] key
           
private  int port
           
private  java.lang.String prt
           
private  java.lang.String reg_id
           
private  cxtable.core_comm.xRegistry servers
           
private  cxtable.core_comm.xClientConn xcc
           
private  xEnableContinual xenci
           
private  cxtable.xLineSplit xls
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
xEnabAsServer(java.lang.String i, java.lang.String p, java.lang.String c, java.lang.String r, cxtable.core_comm.xRegistry x, xEnableContinual xen)
           
 
Method Summary
 void process_serv(java.lang.String _s)
           
 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

key

private static final java.lang.String[] key

xls

private cxtable.xLineSplit xls

inet

private java.lang.String inet

prt

private java.lang.String prt

client_id

private java.lang.String client_id

reg_id

private java.lang.String reg_id

connected

private boolean connected

servers

private cxtable.core_comm.xRegistry servers

xcc

private cxtable.core_comm.xClientConn xcc

xenci

private xEnableContinual xenci

port

private int port
Constructor Detail

xEnabAsServer

public xEnabAsServer(java.lang.String i,
                     java.lang.String p,
                     java.lang.String c,
                     java.lang.String r,
                     cxtable.core_comm.xRegistry x,
                     xEnableContinual xen)
Method Detail

who

public java.lang.String who()
Specified by:
who in interface cxtable.core_comm.xListener

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

read

public void read(java.lang.String s)
Specified by:
read in interface cxtable.core_comm.xListener

process_serv

public void process_serv(java.lang.String _s)

readAll

public boolean readAll()
Specified by:
readAll in interface cxtable.core_comm.xListener

readKeys

public java.lang.String[] readKeys()
Specified by:
readKeys in interface cxtable.core_comm.xListener