org.sblim.slp.internal.ua
Class TCPRequester

java.lang.Object
  extended by 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
TCPRequester(ResultTable pResTable, java.net.InetAddress pDestination, RequestMessage pReqMsg, boolean pAsThread)
          Ctor.
 
Method Summary
 void run()
           
 void waitFor()
          waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPRequester

public TCPRequester(ResultTable pResTable,
                    java.net.InetAddress pDestination,
                    RequestMessage pReqMsg,
                    boolean pAsThread)
             throws ServiceLocationException
Ctor.

Parameters:
pResTable -
pDestination -
pReqMsg -
pAsThread -
Throws:
ServiceLocationException
Method Detail

waitFor

public void waitFor()
waitFor


run

public void run()
Specified by:
run in interface java.lang.Runnable


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