JXTA

Package net.jxta.impl.id.UUID

The 'uuid' format is a general purpose JXTA ID Format.

See:
          Description

Class Summary
CodatID An implementation of the CodatID ID Type.
IDBytes Maintains the internal representation of a 'uuid' JXTA ID.
IDFormat A general purpose JXTA ID Format implementing all of the six standard ID Types.
Instantiator The instantiator for the UUID ID Format.
ModuleClassID An implementation of the ModuleClassID ID Type.
ModuleSpecID An implementation of the ModuleSpecID ID Type.
PeerGroupID An implementation of the PeerGroupID ID Type.
PeerID An implementation of the PeerID ID Type.
PipeID An implementation of the PipeID ID Type.
UUID A UUID is a 128-bit universally unique identifier.
UUIDFactory A Factory for generating random UUIDs.
 

Package net.jxta.impl.id.UUID Description

The 'uuid' format is a general purpose JXTA ID Format. It implements all of the six standard ID types. It was originally created for the Jave 2 SE reference implementation. The 'uuid' format uses randomly generated UUIDs as the mechanism for generating canonical values for the ids it provides.

See Also:
JXTA Protocols Specification : IDs, JXTA Protocols Specification : UUID ID Format

JXSE