|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedRuntime
A generic managed runtime instance.
A Managed Runtime as against an "Unmanaged Runtime" is one where the runtime takes an active role in the program execution.
Common examples of managed runtimes are the Java Virtual Machine or the .NET Common Language Runtime.
No class should implement this interface directly. This is an marker interface which is extended by
specific runtime interfaces. See JavaRuntime
as an example of such a case.
Method Summary | |
---|---|
java.lang.String |
getFullVersion()
Deprecated. Use "getVersion()" instead |
java.lang.String |
getVersion()
Returns version data available for this runtime instance. |
Method Detail |
---|
java.lang.String getVersion() throws CorruptDataException
CorruptDataException
- If the ManagedRuntime implementation is unable to retrieve version datajava.lang.String getFullVersion() throws CorruptDataException
CorruptDataException
getVersion()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |