Package org.safehaus.uuid

Package that contains core (non-optional) Jug classes.

See:
          Description

Class Summary
EthernetAddress EthernetAddress encapsulates the 6-byte Mac address defined in IEEE 802.1 standard.
Jug Class that implements command-line interface for accessing functionality implemented by UUIDGenerator.
Logger This is the simple logging interface used by JUG package.
NativeInterfaces Proxy class that uses JNI-based functionality to obtain information about local interfaces.
TagURI A class that allows creation of tagURI instances.
TimestampSynchronizer This is the API for utility classes optionally used by UUIDTimer to ensure that timestamp values used for generating time/location-based UUIDs are monotonically increasing, as well as that only one such generator is ever used on a single system, even in presence of multiple JVMs.
UUID UUID represents Universally Unique Identifiers (aka Global UID in Windows world).
UUIDGenerator UUIDGenerator is the class that contains factory methods for generating UUIDs using one of the three specified 'standard' UUID generation methods: (see draft-leach-uuids-guids-01.txt for details) Time-based generation generates UUID using spatial and temporal uniqueness.
UUIDTimer UUIDTimer produces the time stamps required for time-based UUIDs.
 

Package org.safehaus.uuid Description

Package that contains core (non-optional) Jug classes. These classes should be usable on JDK 1.1 and up, and have no external dependencies (with the exception of NativeInterfaces that depends on JNI modules during runtime).