public interface ManagedRuntime
Represents a generic managed runtime instance.
No class should implement this interface directly. Instead, they should implement another interface which extends this interface and provides APIs for a specific language runtime environment.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFullVersion()
Deprecated.
Use "getVersion()" instead
|
java.lang.String |
getVersion()
Get the version data available for this runtime instance.
|
@Deprecated
java.lang.String getFullVersion()
throws CorruptDataException
CorruptDataException - If the runtime presents no understandable version datagetVersion()java.lang.String getVersion()
throws CorruptDataException
CorruptDataException - If the runtime presents no understandable version dataEclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2004, 2025 IBM Corp. and others.
DRAFT internal-b00