Interface JVMRuntimeInfo

All Known Implementing Classes:
JVMRuntimeInfoImpl

public interface JVMRuntimeInfo
  • Field Details

  • Method Details

    • getName

      String getName()
    • getSpecName

      String getSpecName()
    • getSpecVendor

      String getSpecVendor()
    • getSpecVersion

      String getSpecVersion()
    • getManagementSpecVersion

      String getManagementSpecVersion()
    • getVmName

      String getVmName()
    • getVmVendor

      String getVmVendor()
    • getVmVersion

      String getVmVersion()
    • getInputArguments

      List getInputArguments()
    • getSystemProperties

      Map getSystemProperties()
    • getBootClassPathSupported

      boolean getBootClassPathSupported()
    • getBootClassPath

      String getBootClassPath()
    • getClassPath

      String getClassPath()
    • getLibraryPath

      String getLibraryPath()
    • getStartTime

      long getStartTime()
    • getUptime

      long getUptime()
    • isManagementSupported

      boolean isManagementSupported()
    • getSystemPropertiesAsText

      String getSystemPropertiesAsText()