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 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
-