org.codehaus.aspectwerkz.util
Class UuidGenerator

java.lang.Object
  extended byorg.codehaus.aspectwerkz.util.UuidGenerator

public class UuidGenerator
extends java.lang.Object

Generates a UUID.

A Universally Unique Identifier (UUID) is a 128 bit number generated according to an algorithm that is garanteed to be unique in time A space from all other UUIDs.

Author:
Jonas Bonér

Method Summary
static java.lang.String generate(java.lang.Object obj)
          Returns a unique uuid.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

generate

public static java.lang.String generate(java.lang.Object obj)
Returns a unique uuid.

Parameters:
obj - the calling object (this)
Returns:
a unique uuid


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.