Class ChangeLogId

java.lang.Object
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 Details

    • ChangeLogId

      public ChangeLogId()
  • Method Details

    • 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