Package gr.zeus.util
Class SimpleUIDGenerator
- java.lang.Object
-
- gr.zeus.util.SimpleUIDGenerator
-
public final class SimpleUIDGenerator extends java.lang.Object
Generates unique ID's within this JVM.- Since:
- 1.0
- Author:
- Gregory Kotsaftis
-
-
Constructor Summary
Constructors Constructor Description SimpleUIDGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
getNextUID()
Always returns a unique number > 0 for the existing VM.
-