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

java.lang.Object
  extended byorg.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory
All Implemented Interfaces:
KeyGeneratorFactory (src) , java.io.Serializable

public class UUIDKeyGeneratorFactory
extends java.lang.Object
implements KeyGeneratorFactory (src) , java.io.Serializable

This is the factory for UUID key generator

See Also:
Serialized Form

Field Summary
static java.lang.String JNDI_NAME
           
 
Constructor Summary
UUIDKeyGeneratorFactory()
           
 
Method Summary
 java.lang.String getFactoryName()
          Returns the factory name
 KeyGenerator (src) getKeyGenerator()
          Returns a newly constructed key generator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JNDI_NAME

public static final java.lang.String JNDI_NAME
See Also:
Constant Field Values (src)
Constructor Detail

UUIDKeyGeneratorFactory

public UUIDKeyGeneratorFactory()
Method Detail

getFactoryName

public java.lang.String getFactoryName()
Returns the factory name

Specified by:
getFactoryName in interface KeyGeneratorFactory (src)

getKeyGenerator

public KeyGenerator (src)  getKeyGenerator()
                             throws java.lang.Exception
Returns a newly constructed key generator

Specified by:
getKeyGenerator in interface KeyGeneratorFactory (src)
Throws:
java.lang.Exception