org.mule.util
Class UUID

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

public final class UUID
extends java.lang.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 java.lang.String getAscendingOrderUUID()
          Generates incremental and unique ids.
static java.lang.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 java.lang.String getUUID()

getAscendingOrderUUID

public static java.lang.String getAscendingOrderUUID()
Generates incremental and unique ids.

Returns:
an id that will be different from the previous ones.


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