com.sun.enterprise.util.uuid
Class UuidGeneratorImpl

java.lang.Object
  extended by com.sun.enterprise.util.uuid.UuidGeneratorImpl
All Implemented Interfaces:
UuidGenerator

public class UuidGeneratorImpl
extends java.lang.Object
implements UuidGenerator


Constructor Summary
UuidGeneratorImpl()
          Creates a new instance of UuidGeneratorImpl
 
Method Summary
 java.lang.String generateUuid()
           
 java.lang.String generateUuid(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UuidGeneratorImpl

public UuidGeneratorImpl()
Creates a new instance of UuidGeneratorImpl

Method Detail

generateUuid

public java.lang.String generateUuid()
Specified by:
generateUuid in interface UuidGenerator

generateUuid

public java.lang.String generateUuid(java.lang.Object obj)
Specified by:
generateUuid in interface UuidGenerator


Copyright © 2012 GlassFish Community. All Rights Reserved.