core
Class DTN2Manager.EIDHost

java.lang.Object
  extended by core.DTN2Manager.EIDHost
Enclosing class:
DTN2Manager

public static class DTN2Manager.EIDHost
extends java.lang.Object

EID to DTNHost mapping elements.


Field Summary
 java.lang.String EID
           
 DTNHost host
           
 int host_id
           
 
Constructor Summary
DTN2Manager.EIDHost(java.lang.String eid, int host_id, DTNHost host)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EID

public java.lang.String EID

host_id

public int host_id

host

public DTNHost host
Constructor Detail

DTN2Manager.EIDHost

public DTN2Manager.EIDHost(java.lang.String eid,
                           int host_id,
                           DTNHost host)