com.ibm.ccd.ui.mediator
Class UniqueIdGenerator

java.lang.Object
  extended by com.ibm.ccd.ui.mediator.UniqueIdGenerator

public class UniqueIdGenerator
extends java.lang.Object

Provides the functionality of generation unique Identities over space and time using AXIS UUIDGen framework.


Method Summary
static UniqueIdGenerator getInstance()
          Returns the UniqueIdGenerator by using Lazyloading approach
 java.lang.String getUniqueId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static UniqueIdGenerator getInstance()
Returns the UniqueIdGenerator by using Lazyloading approach

Returns:
UniqueIdGenerator singleton instance.

getUniqueId

public java.lang.String getUniqueId()