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

Quick Search    Search Deep

cxtable.core_comm
Class xAutoProcessor  view xAutoProcessor download xAutoProcessor.java

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

public class xAutoProcessor
extends java.lang.Thread
implements xListener


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
private  cxtable.gui.xPanel report
           
private  xClientConn xcc
           
private  cxtable.xLineSplit xline
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
xAutoProcessor(xClientConn x)
           
xAutoProcessor(xClientConn x, cxtable.gui.xPanel xpan)
           
 
Method Summary
 void read(java.lang.String s)
           
 boolean readAll()
           
 java.lang.String[] readKeys()
           
private  void relay_proc(java.lang.String[] s)
           
 void return_proc(java.lang.String[] s, long b)
           
 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

xline

private cxtable.xLineSplit xline

xcc

private xClientConn xcc

report

private cxtable.gui.xPanel report
Constructor Detail

xAutoProcessor

public xAutoProcessor(xClientConn x)

xAutoProcessor

public xAutoProcessor(xClientConn x,
                      cxtable.gui.xPanel xpan)
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

readAll

public boolean readAll()
Specified by:
readAll in interface xListener

readKeys

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

read

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

relay_proc

private void relay_proc(java.lang.String[] s)

return_proc

public void return_proc(java.lang.String[] s,
                        long b)