站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

KeyGeneratorFactory (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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: 1.2 $
Author:
Alex Loubyansky

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

Method Detail

getFactoryName

public String getFactoryName()
Returns the name of the factory


getKeyGenerator

public KeyGenerator getKeyGenerator()
                             throws Exception
Returns a new key generator

Throws:
Exception


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