Class Lshal


  • @ThreadSafe
    public final class Lshal
    extends java.lang.Object
    Utility to read info from lshal
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Lshal()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String querySerialNumber()
      Query the serial number from lshal
      static java.lang.String queryUUID()
      Query the UUID from lshal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Lshal

        private Lshal()
    • Method Detail

      • querySerialNumber

        public static java.lang.String querySerialNumber()
        Query the serial number from lshal
        Returns:
        The serial number if available, null otherwise
      • queryUUID

        public static java.lang.String queryUUID()
        Query the UUID from lshal
        Returns:
        The UUID if available, null otherwise