|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sblim.slp.internal.ua.DatagramRequester
public class DatagramRequester
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 |
---|
public DatagramRequester(RequestMessage pRqstMsg, ResultTable pResTable, InetAddress pDst) throws IOException
pRqstMsg
- pResTable
- pDst
-
IOException
public DatagramRequester(RequestMessage pRqstMsg, ResultTable pResTable) throws IOException
pRqstMsg
- pResTable
-
IOException
Method Detail |
---|
public void start(boolean pAsThread)
pAsThread
- public int getPort()
public void waitFor()
public void run()
run
in interface Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |