hypercast
Interface I_AddressPair

All Known Implementing Classes:
DT_AddressPair, HC_AddressPair, NONE_AddressPair, SPT_AddressPair

public interface I_AddressPair

This interface is for address pairs - the objects mapping the logical address of a node on the virtual network (overlay) to a physical address on a real network (e.g., the Internet.) It uses the interfaces I_PhysicalAddress/I_LogicalAddress.


Method Summary
 hypercast.I_LogicalAddress getLogicalAddress()
          Returns the logical address of this addresspair
 hypercast.I_PhysicalAddress getPhysicalAddress()
          Returns the physical address of this addresspair
 

Method Detail

getPhysicalAddress

public hypercast.I_PhysicalAddress getPhysicalAddress()
Returns the physical address of this addresspair


getLogicalAddress

public hypercast.I_LogicalAddress getLogicalAddress()
Returns the logical address of this addresspair