Class NativeRuntime
java.lang.Object
com.ibm.j9ddr.view.nativert.NativeRuntime
- All Implemented Interfaces:
ManagedRuntime
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the 'full' version information for this runtime.Get the version data available for this runtime instance.
-
Constructor Details
-
NativeRuntime
public NativeRuntime()
-
-
Method Details
-
getFullVersion
Description copied from interface:ManagedRuntime
Get the 'full' version information for this runtime.- Specified by:
getFullVersion
in interfaceManagedRuntime
- Returns:
- a string representation of the version information for this runtime instance
- Throws:
CorruptDataException
- If the runtime presents no understandable version data- See Also:
-
getVersion
Description copied from interface:ManagedRuntime
Get the version data available for this runtime instance.- Specified by:
getVersion
in interfaceManagedRuntime
- Returns:
- a string representing all the version data available for this runtime instance.
- Throws:
CorruptDataException
- If the runtime presents no understandable version data
-