org.apache.ws.util.uuid.impl
Class FastUuidGenerator

java.lang.Object
  extended byorg.apache.ws.util.uuid.impl.FastUuidGenerator
All Implemented Interfaces:
UuidGenerator

public class FastUuidGenerator
extends java.lang.Object
implements UuidGenerator

Creates time-based UUID's. See the UUID Internet Draft for details.

Author:
Jarek Gawor (gawor@apache.org)

Constructor Summary
FastUuidGenerator()
           
 
Method Summary
 java.lang.String generateUuid()
          Generate a Universally Unique IDentifier (UUID).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastUuidGenerator

public FastUuidGenerator()
Method Detail

generateUuid

public java.lang.String generateUuid()
Description copied from interface: UuidGenerator
Generate a Universally Unique IDentifier (UUID).

Specified by:
generateUuid in interface UuidGenerator
Returns:
a Universally Unique IDentifier (UUID)


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.