org.apache.synapse.util
Class UUIDGenerator

java.lang.Object
  extended by org.apache.synapse.util.UUIDGenerator

Deprecated. Axiom now contains a better and safer UUIDGenerator. Hence use one of the specialized methods in the UIDGenerator class instead of this.

@Deprecated
public class UUIDGenerator
extends Object

This is a thread-safe version of the Axiom UUIDGenerator to be used until it is fixed in the next Axiom release


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

Constructor Detail

UUIDGenerator

public UUIDGenerator()
Deprecated. 
Method Detail

getUUID

public static String getUUID()
Deprecated. 
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()
Deprecated. 


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.