Class NativeRuntime
java.lang.Object
com.ibm.j9ddr.view.nativert.NativeRuntime
- All Implemented Interfaces:
 ManagedRuntime
- 
Constructor Summary
Constructors - 
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:ManagedRuntimeGet the 'full' version information for this runtime.- Specified by:
 getFullVersionin 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:ManagedRuntimeGet the version data available for this runtime instance.- Specified by:
 getVersionin interfaceManagedRuntime- Returns:
 - a string representing all the version data available for this runtime instance.
 - Throws:
 CorruptDataException- If the runtime presents no understandable version data
 
 -