com.eyebolt.iplib
Class SendWaitThread

java.lang.Object
  |
  +--com.eyebolt.iplib.SendWaitThread
All Implemented Interfaces:
java.lang.Runnable

class SendWaitThread
extends java.lang.Object
implements java.lang.Runnable

thread to wait for a SendAndWait (implementing SendAndCall)

Version:
0.01, 4 Jan 1997
Author:
Jay Roberts

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

Field Detail

ipkey

IPKey ipkey

ipmessage

IPMessage ipmessage

tout

int tout

callback

IPCallback callback

thread

private java.lang.Thread thread
actual thread running
Constructor Detail

SendWaitThread

public SendWaitThread(IPKey key,
                      IPMessage msg,
                      int timeout,
                      IPCallback cb)
Constructor for the SendWaitThread object
Parameters:
key - Description of Parameter
msg - Description of Parameter
timeout - Description of Parameter
cb - Description of Parameter
Method Detail

run

public void run()
Main processing method for the SendWaitThread object
Specified by:
run in interface java.lang.Runnable


Copyright © 2001 Eyebolt, Inc.