edu.internet2.middleware.grouper.changeLog
Class ChangeLogId

java.lang.Object
  extended by edu.internet2.middleware.grouper.changeLog.ChangeLogId

public class ChangeLogId
extends Object

we want the millis since 1970, though we also want to go down to microsecond, not millis. we do this by seeing if we get repeated millis, and if so, then check nanos, and if same, just increment


Constructor Summary
ChangeLogId()
           
 
Method Summary
static long changeLogId()
          get a change log id
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLogId

public ChangeLogId()
Method Detail

changeLogId

public static long changeLogId()
get a change log id

Returns:
a change log id value

main

public static void main(String[] args)
                 throws Exception
Parameters:
args -
Throws:
Exception