| Interface | Description |
|---|---|
| UUIDGen |
A Universally Unique Identifier (UUID) is a 128 bit number generated
according to an algorithm that is garanteed to be unique in time and space
from all other UUIDs.
|
| Class | Description |
|---|---|
| DefaultUUIDGen |
Used to create new universally unique identifiers or UUID's (sometimes called
GUID's).
|
| NativeUUIDGen |
Used to create new universally unique identifiers or UUID's
(sometimes called GUID's).
|
| SecureUUIDGen |
Used to create new universally unique identifiers or UUID's (sometimes called
GUID's).
|
| UUIDGenFactory |
Used to create the org.apache.juddi.uuidgen.UUIDGen implementation
as specified by the 'juddi.uuidgen.impl' property.
|
| Win32UUIDGen |
Used to create new universally unique identifiers or UUID's (sometimes called
GUID's).
|
Copyright ? 2003 Apache Software Foundation. All rights reserved.