Class Session_ID

  • All Implemented Interfaces:
    java.io.Serializable

    public class Session_ID
    extends java.lang.Object
    implements java.io.Serializable
    This class handles the sequence ID generation for the Datastore class. In addition, it has the formatter used by the logging methods to ensure that the logs are easy to read.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Session_ID next()
      Get the next ID.
      java.lang.String toString()
      Pad the ID with the appropriate white space.
      java.lang.String toString​(java.lang.Boolean pad)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • next

        public static Session_ID next()
        Get the next ID.
      • toString

        public java.lang.String toString()
        Pad the ID with the appropriate white space.
        Overrides:
        toString in class java.lang.Object
      • toString

        public java.lang.String toString​(java.lang.Boolean pad)