org.sblim.slp.internal.sa
Class TCPThread

java.lang.Object
  extended byorg.sblim.slp.internal.sa.RecieverThread
      extended byorg.sblim.slp.internal.sa.TCPThread
All Implemented Interfaces:
java.lang.Runnable

public class TCPThread
extends RecieverThread

TCPThread


Field Summary
 
Fields inherited from class org.sblim.slp.internal.sa.RecieverThread
iSrvAgent
 
Constructor Summary
TCPThread(ServiceAgent pSrvAgent)
          Ctor.
 
Method Summary
protected  void close()
           
protected  void init()
           
protected  void mainLoop()
           
 
Methods inherited from class org.sblim.slp.internal.sa.RecieverThread
run, start, stop, stop, wait4init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPThread

public TCPThread(ServiceAgent pSrvAgent)
Ctor.

Parameters:
pSrvAgent -
Method Detail

init

protected void init()
             throws java.io.IOException
Specified by:
init in class RecieverThread
Throws:
java.io.IOException

mainLoop

protected void mainLoop()
                 throws java.io.IOException
Specified by:
mainLoop in class RecieverThread
Throws:
java.io.IOException

close

protected void close()
Specified by:
close in class RecieverThread


Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.