|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.indy.IndyThread | +--org.indy.ListenerThread
DOCUMENT ME!
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 |
public ListenerThread(TCPServer server, java.net.ServerSocket binding)
server
- Description of the Parameterbinding
- Description of the ParameterMethod Detail |
public TCPServer getServer()
public void run()
protected void afterExecute() throws java.lang.InterruptedException
afterExecute
in class IndyThread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |