org.jboss.wise.core.utils
Class IDGenerator

java.lang.Object
  extended by org.jboss.wise.core.utils.IDGenerator

public final class IDGenerator
extends java.lang.Object

Generates unique ID numbers, almost like a database sequence.

Since:
25-Apr-2005
Author:
alessio.soldano@javalinux.it

Constructor Summary
IDGenerator()
           
 
Method Summary
static long nextVal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDGenerator

public IDGenerator()
Method Detail

nextVal

public static final long nextVal()