com.sun.enterprise.util.uuid
Class UuidGeneratorPaddedImpl

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

public class UuidGeneratorPaddedImpl
extends java.lang.Object
implements UuidGenerator

Author:
lwhite

Constructor Summary
UuidGeneratorPaddedImpl()
          Creates a new instance of UuidGeneratorPaddedImpl
 
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

UuidGeneratorPaddedImpl

public UuidGeneratorPaddedImpl()
Creates a new instance of UuidGeneratorPaddedImpl

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.