|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedRuntime
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
Method Summary | |
---|---|
java.lang.String |
getFullVersion()
Deprecated. Use "getVersion()" instead |
java.lang.String |
getVersion()
Get the version data available for this runtime instance. |
Method Detail |
---|
java.lang.String getFullVersion() throws CorruptDataException
CorruptDataException
getVersion()
java.lang.String getVersion() throws CorruptDataException
CorruptDataException
- If the runtime presents no understandable version data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |