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 JDK 5. THe reason for this class is that we have changed the UUID impl in the past. using this class makes it easy to switch out implementations


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-2010 MuleSoft, Inc.. All Rights Reserved.