Interface CRaCMXBean

    • Method Detail

      • getUptimeSinceRestore

        long getUptimeSinceRestore()
        Returns the time since the Java virtual machine restore was initiated. If the machine was not restored, returns -1.
        Returns:
        uptime of the Java virtual machine in milliseconds.
        See Also:
        RuntimeMXBean.getStartTime()
      • getRestoreTime

        long getRestoreTime()
        Returns the time when the Java virtual machine restore was initiated. The value is the number of milliseconds since the start of the epoch. If the machine was not restored, returns -1.
        Returns:
        start time of the Java virtual machine in milliseconds.
        See Also:
        RuntimeMXBean.getUptime()
      • getCRaCMXBean

        static CRaCMXBean getCRaCMXBean()
        Returns the implementation of the MXBean.
        Returns:
        implementation of the MXBean.