public class SimpleUUIDGen extends java.lang.Object implements UUIDGen
Constructor and Description |
---|
SimpleUUIDGen() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
nextUUID()
Creates a new UUID.
|
public java.lang.String nextUUID()
Due to a lack of functionality in Java, a part of the UUID is a secure random. This results in a long processing time when this method is called for the first time.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.