当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
UUIDKeyGeneratorFactory (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.keygenerator.uuid
Class UUIDKeyGeneratorFactory
java.lang.Object
org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactory
- All Implemented Interfaces:
- KeyGeneratorFactory, Serializable
- public class UUIDKeyGeneratorFactory
- extends Object
- implements KeyGeneratorFactory, Serializable
This is the factory for UUID key generator
- Version:
- $Revision: 1.3 $
- Author:
- Alex Loubyansky
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDI_NAME
public static final String JNDI_NAME
- See Also:
- Constant Field Values
UUIDKeyGeneratorFactory
public UUIDKeyGeneratorFactory()
getFactoryName
public String getFactoryName()
- Returns the factory name
- Specified by:
getFactoryName
in interface KeyGeneratorFactory
getKeyGenerator
public KeyGenerator getKeyGenerator()
throws Exception
- Returns a newly constructed key generator
- Specified by:
getKeyGenerator
in interface KeyGeneratorFactory
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.