org.jboss.ejb.plugins.keygenerator.uuid
Class UUIDKeyGenerator

java.lang.Object
  extended byorg.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGenerator
All Implemented Interfaces:
KeyGenerator (src)

public class UUIDKeyGenerator
extends java.lang.Object
implements KeyGenerator (src)

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


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

Constructor Detail

UUIDKeyGenerator

public UUIDKeyGenerator()
                 throws java.lang.Exception
Method Detail

generateKey

public java.lang.Object generateKey()
Specified by:
generateKey in interface KeyGenerator (src)