org.jboss.ejb.plugins.keygenerator
Interface KeyGeneratorFactory

All Known Implementing Classes:
HiLoKeyGeneratorFactory (src) , UUIDKeyGeneratorFactory (src)

public interface KeyGeneratorFactory

This is the factory for key generators.


Method Summary
 java.lang.String getFactoryName()
          Returns the name of the factory
 KeyGenerator (src) getKeyGenerator()
          Returns a new key generator
 

Method Detail

getFactoryName

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


getKeyGenerator

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

Throws:
java.lang.Exception