de.fhkl.zw.mkup.rattrap.localizer
Class TraceRouteTranslator

java.lang.Object
  extended by de.fhkl.zw.mkup.rattrap.localizer.TraceRouteTranslator
All Implemented Interfaces:
IpTranslator

public class TraceRouteTranslator
extends java.lang.Object
implements IpTranslator

Author:
rob this class tries to find the geographical location for a given host based on a analysis of the traceroute command to this host the algorithm is explained at http://www.sarangworld.com/TRACEROUTE

Constructor Summary
TraceRouteTranslator()
          constructor
 
Method Summary
 void getGeoLocation(GeoLocatedHost host)
          takes the submitted geolocatedHost object, tries to find geoLocation information and stores it to the submitted object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceRouteTranslator

public TraceRouteTranslator()
constructor

Method Detail

getGeoLocation

public void getGeoLocation(GeoLocatedHost host)
takes the submitted geolocatedHost object, tries to find geoLocation information and stores it to the submitted object

Specified by:
getGeoLocation in interface IpTranslator