Package org.sblim.slp.internal.sa
Class RecieverThread
java.lang.Object
org.sblim.slp.internal.sa.RecieverThread
- All Implemented Interfaces:
java.lang.Runnable
- Direct Known Subclasses:
DatagramThread
,TCPThread
public abstract class RecieverThread
extends java.lang.Object
implements java.lang.Runnable
RecieverThread
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
iSrvAgent
-
-
Constructor Details
-
RecieverThread
Ctor.- Parameters:
pName
-pSrvAgent
-
-
-
Method Details
-
start
public void start()start -
wait4init
public void wait4init()wait4init -
stop
public void stop()stop -
stop
public void stop(boolean pWait) stop- Parameters:
pWait
-
-
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
-
init
- Throws:
ServiceLocationException
java.io.IOException
-
mainLoop
protected abstract void mainLoop() throws java.io.IOException- Throws:
java.io.IOException
-
close
protected abstract void close()
-