Class UUIDGenerator


  • @Deprecated
    public class UUIDGenerator
    extends Object
    Deprecated.
    Axiom now contains a better and safer UUIDGenerator. Hence use one of the specialized methods in the UIDGenerator class instead of this.
    This is a thread-safe version of the Axiom UUIDGenerator to be used until it is fixed in the next Axiom release
    • Constructor Detail

      • UUIDGenerator

        public UUIDGenerator()
        Deprecated.
    • Method Detail

      • getUUID

        public static String getUUID()
        Deprecated.
        MD5 a random string with localhost/date etc will return 128 bits construct a string of 18 characters from those bits.
        Returns:
        string
      • getInitialUUID

        protected static String getInitialUUID()
        Deprecated.