ostore.network
Class PingStage.PingSuccess

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

public static class PingStage.PingSuccess
extends Object
implements QueueElementIF


Field Summary
 String hostname
           
 double ping_time_ms
           
 Object user_data
           
 
Constructor Summary
PingStage.PingSuccess(PingStage.PingReq req, double p)
           
 
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

ping_time_ms

public double ping_time_ms
Constructor Detail

PingStage.PingSuccess

public PingStage.PingSuccess(PingStage.PingReq req,
                             double p)