org.hsqldb
Class ServerConnection

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

class ServerConnection
extends java.lang.Thread

Class declaration


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY, values
 
Constructor Summary
(package private) ServerConnection(java.net.Socket socket, Server server)
          Constructor declaration
 
Method Summary
 void run()
          Method declaration
(package private)  void write(byte[] b)
          Method declaration
 
Methods inherited from class java.lang.Thread
, activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, 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
 

Constructor Detail

ServerConnection

ServerConnection(java.net.Socket socket,
                 Server server)
Constructor declaration
Parameters:
socket -  
server -  
Method Detail

run

public void run()
Method declaration
Overrides:
run in class java.lang.Thread

write

void write(byte[] b)
     throws java.io.IOException
Method declaration
Parameters:
b -  
Throws:
java.io.IOException -