org.mule.util
Class UUID

java.lang.Object
  extended by org.mule.util.UUID

public final class UUID
extends Object

UUID Generates a UUID using the Safehaus UUID generator rather than the built-in version of JDK5. In our performance tests we found the Java version to be blocking much more than the Safehaus one.


Method Summary
static String getUUID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUUID

public static String getUUID()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.