edu.internet2.middleware.grouper.changeLog
Class ChangeLogId
java.lang.Object
edu.internet2.middleware.grouper.changeLog.ChangeLogId
public class ChangeLogId
- extends java.lang.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
Method Summary |
static long |
changeLogId()
get a change log id |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChangeLogId
public ChangeLogId()
changeLogId
public static long changeLogId()
- get a change log id
- Returns:
- a change log id value
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Parameters:
args
-
- Throws:
java.lang.Exception