org.gregoire.portknock.util
Class IDGenerator

java.lang.Object
  extended byorg.gregoire.portknock.util.IDGenerator

public class IDGenerator
extends java.lang.Object

ID generator for transaction id's.

Version:
0.0.1
Author:
Paul Gregoire

Constructor Summary
IDGenerator()
           
 
Method Summary
static long getId()
          Unique to the millisecond for this JVM instance
 
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

getId

public static long getId()
Unique to the millisecond for this JVM instance



Copyright © Paul Gregoire, All Rights Reserved.