com.unitesk.requality.core
Class SerialUUIDGenerator

java.lang.Object
  extended by com.unitesk.requality.core.SerialUUIDGenerator
All Implemented Interfaces:
IUUIDGenerator

public class SerialUUIDGenerator
extends java.lang.Object
implements IUUIDGenerator


Constructor Summary
SerialUUIDGenerator()
           
 
Method Summary
static long getLastId()
           
 java.util.UUID nextUUId()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerialUUIDGenerator

public SerialUUIDGenerator()
Method Detail

nextUUId

public java.util.UUID nextUUId()
Specified by:
nextUUId in interface IUUIDGenerator

getLastId

public static long getLastId()

reset

public void reset()