org.sblim.slp.internal.ua
Class DatagramRequester

java.lang.Object
  extended by org.sblim.slp.internal.ua.DatagramRequester
All Implemented Interfaces:
Runnable

public class DatagramRequester
extends Object
implements Runnable

DatagramRequester


Constructor Summary
DatagramRequester(RequestMessage pRqstMsg, ResultTable pResTable)
          Constructor used for multicast requests
DatagramRequester(RequestMessage pRqstMsg, ResultTable pResTable, InetAddress pDst)
          Constructor used for unicast requests
 
Method Summary
 int getPort()
          For diagnostic only.
 void run()
           
 void start(boolean pAsThread)
          start
 void waitFor()
          waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatagramRequester

public DatagramRequester(RequestMessage pRqstMsg,
                         ResultTable pResTable,
                         InetAddress pDst)
                  throws IOException
Constructor used for unicast requests

Parameters:
pRqstMsg -
pResTable -
pDst -
Throws:
IOException

DatagramRequester

public DatagramRequester(RequestMessage pRqstMsg,
                         ResultTable pResTable)
                  throws IOException
Constructor used for multicast requests

Parameters:
pRqstMsg -
pResTable -
Throws:
IOException
Method Detail

start

public void start(boolean pAsThread)
start

Parameters:
pAsThread -

getPort

public int getPort()
For diagnostic only.

Returns:
int

waitFor

public void waitFor()
waitFor


run

public void run()
Specified by:
run in interface Runnable


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