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

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


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

java.lang.Object
  extended byorg.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGenerator
All Implemented Interfaces:
KeyGenerator

public class UUIDKeyGenerator
extends Object
implements KeyGenerator

The implementation of UUID key generator based on the algorithm from Floyd Marinescu's EJB Design Patterns.

Version:
$Revision: 1.4 $
Author:
Alex Loubyansky

Constructor Summary
UUIDKeyGenerator()
           
 
Method Summary
 Object generateKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDKeyGenerator

public UUIDKeyGenerator()
                 throws Exception
Method Detail

generateKey

public Object generateKey()
Specified by:
generateKey in interface KeyGenerator


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