org.jboss.ejb.plugins.keygenerator
Interface KeyGeneratorFactory

All Known Implementing Classes:
HiLoKeyGeneratorFactory, UUIDKeyGeneratorFactory

public interface KeyGeneratorFactory

This is the factory for key generators.

Version:
$Revision: 57209 $
Author:
Alex Loubyansky

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

Method Detail

getFactoryName

String getFactoryName()
Returns the name of the factory


getKeyGenerator

KeyGenerator getKeyGenerator()
                             throws Exception
Returns a new key generator

Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.