org.jboss.portal.common.util
Class UUIDGenerator

java.lang.Object
  extended by org.jboss.portal.common.util.UUIDGenerator

public class UUIDGenerator
extends java.lang.Object

Adapted from ejb plugin key generated. The implementation of UUID key generator based on the algorithm from Floyd Marinescu's EJB Design Patterns.

Version:
$Revision: 5451 $
Author:
Alex Loubyansky, Julien Viet

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

Constructor Detail

UUIDGenerator

public UUIDGenerator()
Method Detail

generateKey

public java.lang.String generateKey()