org.openeai.uuid
Class RandomUuid


java.lang.Object

  |

  +--org.openeai.uuid.Uuid

        |

        +--org.openeai.uuid.RandomUuid


public class RandomUuid
extends Uuid

Version 4 UUID from the Draft spec (defacto standard of uuid/guid specs).

Version:
3.0 beta2 - 28 January 2003
Author:
Chris Barton

Field Summary
 
Fields inherited from class org.openeai.uuid.Uuid
m_data
 
Constructor Summary
RandomUuid()
           
 
Method Summary
protected  void generateUuid()
          Generates a "random" UUID.
 
Methods inherited from class org.openeai.uuid.Uuid
hexByte, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RandomUuid


public RandomUuid()
Method Detail

generateUuid


protected void generateUuid()
Generates a "random" UUID. Sets the "m_data" instance variable to that UUID.

Specified by:
generateUuid in class Uuid


Copyright © 2002, OpenEAI Software Foundation