bamboo.router
Class Router.PendingLookupInfo

java.lang.Object
  extended by bamboo.router.Router.PendingLookupInfo
Enclosing class:
Router

protected static class Router.PendingLookupInfo
extends Object


Field Summary
 LinkedList<Pair<Router.LookupCb,Object>> cbs
           
 long last_start_time
           
 
Constructor Summary
Router.PendingLookupInfo(long l)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cbs

public LinkedList<Pair<Router.LookupCb,Object>> cbs

last_start_time

public long last_start_time
Constructor Detail

Router.PendingLookupInfo

public Router.PendingLookupInfo(long l)