Interface SystemInfoMXBean

All Known Implementing Classes:
ServletContextSystemInfo

public interface SystemInfoMXBean
A JMX MBean interface for getting basic system information, such as version number.
Author:
RealLifeDeveloper
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Gives the date and time the system was built.
    @Nullable String
    Gives the revision number of the system in version control.
    @Nullable String
    Gives the system version.
  • Method Details

    • getVersion

      @Nullable String getVersion()
      Gives the system version.
      Returns:
      the system version
    • getBuildTime

      @Nullable String getBuildTime()
      Gives the date and time the system was built.
      Returns:
      the date and time the system was built
    • getScmRevision

      @Nullable String getScmRevision()
      Gives the revision number of the system in version control.
      Returns:
      the revision number of the system