- All Superinterfaces:
- PlatformManagedObject
- All Known Implementing Classes:
- CRaCMXBeanImpl
A management interface of the CRaC functionality in the Java virtual machine.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic CRaCMXBeanReturns the implementation of CRaCMXBean.longReturns the time when the JVM restore was initiated.longReturns the time since the JVM restore was initiated.Methods declared in interface java.lang.management.PlatformManagedObjectgetObjectName
- 
Field Details- 
CRAC_MXBEAN_NAME- See Also:
 
 
- 
- 
Method Details- 
getUptimeSinceRestorelong getUptimeSinceRestore()Returns the time since the JVM restore was initiated. Returns -1 if restore has not occurred.- Returns:
- the number of in millseconds since restore, returns -1 if restore has not occurred.
 
- 
getRestoreTimelong getRestoreTime()Returns the time when the JVM restore was initiated. Returns -1 if restore has not occurred.- Returns:
- the number of milliseconds since epoch, returns -1 if restore has not occurred.
 
- 
getCRaCMXBeanReturns the implementation of CRaCMXBean.- Returns:
- the implementation of CRaCMXBean.
 
 
-