Class IDFactory


  • public class IDFactory
    extends java.lang.Object
    The purpose of this class is to create global unique identifiers. For performance, every JVM has a local pool of identifiers as well as there being a global system of identifier creation, which is also resilient against entire system restarts.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String make​(IThreadContext tc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait