com.eyebolt.iplib
Class IPReply

java.lang.Object
  |
  +--com.eyebolt.iplib.IPReply

class IPReply
extends java.lang.Object

Class to hold information needed to connect a reply with a request

Version:
0.01, 27 Jan 1997
Author:
John Gardner

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

replyMessage

IPMessage replyMessage

key

IPKey key

msgID

int msgID

expiresAt

java.util.Date expiresAt

caller

java.util.Observer caller
Constructor Detail

IPReply

public IPReply(IPKey k,
               IPMessage m,
               long timeout)
Constructor for the IPReply object
Parameters:
k - Description of Parameter
m - Description of Parameter
timeout - Description of Parameter


Copyright © 2001 Eyebolt, Inc.