org.hsqldb
Class ServerConnection

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.hsqldb.ServerConnection

class ServerConnection
extends Thread


Fields inherited from class java.lang.Thread
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY

Constructor Summary
 (package private) ServerConnection(java.net.Socket , org.hsqldb.Server )
           

Method Summary
 voidrun()
           
 (package private) voidwrite(byte[] )
           

Methods inherited from class java.lang.Thread
currentThread, yield, sleep, sleep, start, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader

Methods inherited from class java.lang.Object
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait

Constructor Detail

ServerConnection

ServerConnection(java.net.Socket , org.hsqldb.Server )
Method Detail

run

public void run()

write

void write(byte[] )