org.jpop.net
Class PoplogDocServerThread

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jpop.net.PoplogDocServerThread
All Implemented Interfaces:
java.lang.Runnable

public abstract class PoplogDocServerThread
extends java.lang.Thread

A thread that handles a connection with a client

Version:
1.0
Author:
dsm

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
PoplogDocServerThread(java.net.Socket socket, ServerInfo serverInfo)
          Constructor for PoplogDocServerThread
 
Method Summary
 void close()
           
 void run()
          Main processing method for the PoplogDocServerThread object
abstract  void threadClosed()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, 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

PoplogDocServerThread

public PoplogDocServerThread(java.net.Socket socket,
                             ServerInfo serverInfo)
Constructor for PoplogDocServerThread

Parameters:
socket - the socket to which we are connected
serverInfo -
Method Detail

close

public void close()

threadClosed

public abstract void threadClosed()

run

public void run()
Main processing method for the PoplogDocServerThread object