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