org.indy
Class ListenerThread

java.lang.Object
  |
  +--org.indy.IndyThread
        |
        +--org.indy.ListenerThread
All Implemented Interfaces:
java.lang.Runnable

public final class ListenerThread
extends IndyThread

DOCUMENT ME!

Version:
$Revision$
Author:
$author$

Inner classes inherited from class org.indy.IndyThread
IndyThread.Priority, IndyThread.StopMode
 
Fields inherited from class org.indy.IndyThread
stopRequested, threadImpl
 
Constructor Summary
ListenerThread(TCPServer server, java.net.ServerSocket binding)
          Constructor for the IdListenerThread object
 
Method Summary
protected  void afterExecute()
          Description of the Method
 TCPServer getServer()
          Gets the server attribute of the IdListenerThread object
 void run()
          Main processing method for the IdListenerThread object
 
Methods inherited from class org.indy.IndyThread
addThreadListener, afterRun, beforeExecute, beforeRun, cleanup, getPriority, getStopMode, getThreadImpl, isStopped, join, removeThreadListener, setPriority, setStopMode, start, stop, terminate, terminateAndWait
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerThread

public ListenerThread(TCPServer server,
                      java.net.ServerSocket binding)
Constructor for the IdListenerThread object
Parameters:
server - Description of the Parameter
binding - Description of the Parameter
Method Detail

getServer

public TCPServer getServer()
Gets the server attribute of the IdListenerThread object
Returns:
The server value

run

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

afterExecute

protected void afterExecute()
                     throws java.lang.InterruptedException
Description of the Method
Overrides:
afterExecute in class IndyThread


Copyright © 2002-2002 IndyJ. All Rights Reserved.