|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.eyebolt.iplib.IPReply
Class to hold information needed to connect a reply with a request
Field Summary | |
(package private) java.util.Observer |
caller
|
(package private) java.util.Date |
expiresAt
|
(package private) IPKey |
key
|
(package private) int |
msgID
|
(package private) IPMessage |
replyMessage
|
Constructor Summary | |
IPReply(IPKey k,
IPMessage m,
long timeout)
Constructor for the IPReply object |
Methods inherited from class java.lang.Object |
|
Field Detail |
IPMessage replyMessage
IPKey key
int msgID
java.util.Date expiresAt
java.util.Observer caller
Constructor Detail |
public IPReply(IPKey k, IPMessage m, long timeout)
k
- Description of Parameterm
- Description of Parametertimeout
- Description of Parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |