org.jrdf.util
Class UIDGenerator
java.lang.Object
org.jrdf.util.UIDGenerator
- public class UIDGenerator
- extends Object
Utility class that generates an Unique identifier.
- Author:
- Robert Turner
Method Summary |
static String |
generateUID()
Generates an Unique Identifier using the current time and the machines
IP address. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generateUID
public static String generateUID()
throws Exception
- Generates an Unique Identifier using the current time and the machines
IP address.
- Returns:
- String
- Throws:
Exception