Package org.sblim.slp.internal.ua
Class TCPRequester
java.lang.Object
org.sblim.slp.internal.ua.TCPRequester
- All Implemented Interfaces:
java.lang.Runnable
public class TCPRequester
extends java.lang.Object
implements java.lang.Runnable
TCPRequester
-
Constructor Summary
ConstructorsConstructorDescriptionTCPRequester
(ResultTable pResTable, java.net.InetAddress pDestination, RequestMessage pReqMsg, boolean pAsThread) Ctor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TCPRequester
public TCPRequester(ResultTable pResTable, java.net.InetAddress pDestination, RequestMessage pReqMsg, boolean pAsThread) throws ServiceLocationException Ctor.- Parameters:
pResTable
-pDestination
-pReqMsg
-pAsThread
-- Throws:
ServiceLocationException
-
-
Method Details
-
waitFor
public void waitFor()waitFor -
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
-