| This class is used to generate message exchange identifiers.
This implementation uses time-based UUID's as its basis. Since the UUID itself is not
really needed (and it's only in J2SE 5.0) we only return a string representation. The
String representation is changed from the standard to be simpler to contruct and easier
to compare with other timestamp that might be available.
author: Sun Microsystems, Inc |