cgl.ogc.wms.utils
Class UIDGenerator

java.lang.Object
  extended bycgl.ogc.wms.utils.UIDGenerator

public class UIDGenerator
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2005

Company:

Version:
1.0
Author:
not attributable

Field Summary
static int inNo
           
 
Constructor Summary
UIDGenerator()
           
 
Method Summary
static int getIntId()
           
static java.lang.String getUUID()
          Generates a time based UUID
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inNo

public static int inNo
Constructor Detail

UIDGenerator

public UIDGenerator()
Method Detail

getUUID

public static java.lang.String getUUID()
Generates a time based UUID

Returns:
String representation of UUID in format uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

getIntId

public static int getIntId()

main

public static void main(java.lang.String[] args)