ostore.network
Class ADns.LookupReq

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

public static class ADns.LookupReq
extends Object
implements QueueElementIF


Field Summary
 String hostname
           
 SinkIF return_address
           
 Object user_data
           
 
Constructor Summary
ADns.LookupReq(String h, Object u, SinkIF r)
           
 
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
Constructor Detail

ADns.LookupReq

public ADns.LookupReq(String h,
                      Object u,
                      SinkIF r)