org.apache.axiom.om.util
Class UUIDGenerator

java.lang.Object
  extended by org.apache.axiom.om.util.UUIDGenerator

public class UUIDGenerator
extends Object


Constructor Summary
UUIDGenerator()
           
 
Method Summary
protected static String getInitialUUID()
           
static String getUUID()
          MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDGenerator

public UUIDGenerator()
Method Detail

getUUID

public static String getUUID()
MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.

Returns:
string

getInitialUUID

protected static String getInitialUUID()

main

public static void main(String[] args)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.