|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.eyebolt.iplib.SendWaitThread
thread to wait for a SendAndWait (implementing SendAndCall)
Field Summary | |
(package private) IPCallback |
callback
|
(package private) IPKey |
ipkey
|
(package private) IPMessage |
ipmessage
|
private java.lang.Thread |
thread
actual thread running |
(package private) int |
tout
|
Constructor Summary | |
SendWaitThread(IPKey key,
IPMessage msg,
int timeout,
IPCallback cb)
Constructor for the SendWaitThread object |
Method Summary | |
void |
run()
Main processing method for the SendWaitThread object |
Methods inherited from class java.lang.Object |
|
Field Detail |
IPKey ipkey
IPMessage ipmessage
int tout
IPCallback callback
private java.lang.Thread thread
Constructor Detail |
public SendWaitThread(IPKey key, IPMessage msg, int timeout, IPCallback cb)
key
- Description of Parametermsg
- Description of Parametertimeout
- Description of Parametercb
- Description of ParameterMethod Detail |
public void run()
run
in interface java.lang.Runnable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |