ostore.network
Class PingStage.PingReq

java.lang.Object
  |
  +--ostore.network.PingStage.PingReq
All Implemented Interfaces:
QueueElementIF
Enclosing class:
PingStage

public static class PingStage.PingReq
extends Object
implements QueueElementIF


Field Summary
 int count
           
 String hostname
           
 SinkIF return_address
           
 long timeout_ms
           
 Object user_data
           
 
Constructor Summary
PingStage.PingReq(String h, Object u, SinkIF r, int c, long t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostname

public String hostname

user_data

public Object user_data

return_address

public SinkIF return_address

count

public int count

timeout_ms

public long timeout_ms
Constructor Detail

PingStage.PingReq

public PingStage.PingReq(String h,
                         Object u,
                         SinkIF r,
                         int c,
                         long t)