edu.cmu.cs.able.probes.RemosProbe
Class ProbeID

java.lang.Object
  |
  +--edu.cmu.cs.able.probes.RemosProbe.ProbeID

public class ProbeID
extends java.lang.Object

Maintain the ID stuff for remos probe. The ID is simply string combination of of the IP address of the host, where the probe is created, and the time stamp of the creation of this probe.


Method Summary
 java.lang.String toString()
          Transform the ProbeID into a string format, i.e., the ID string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Transform the ProbeID into a string format, i.e., the ID string. ID string is used for the convenience of siena transmission.
Overrides:
toString in class java.lang.Object
Returns:
the ID string.