Class StatusInfo


  • public class StatusInfo
    extends Object
    Gets current basic JVM status
    Since:
    3.0
    Author:
    Carlos Ortiz, Jose Ross
    • Field Detail

      • uptime

        protected long uptime
      • startup

        protected String startup
    • Constructor Detail

      • StatusInfo

        protected StatusInfo()
        Create the StatusInfo with current information.
    • Method Detail

      • getCurrentStatus

        public static StatusInfo getCurrentStatus()
        Create the StatusInfo with current information.
      • getUptime

        public long getUptime()
      • getStartup

        public String getStartup()