JuggerNET Runtime Library

IJvmLoader Members

IJvmLoader overview

Public Instance Properties

ClassesAnalysis A property that can be used to analyze the proxy classes. The returned string contains useful cleartext feedback on the availability of Java types for present proxy types.
ClassPathAnalysis A property that can be used to analyze the classpath. The returned string contains useful cleartext feedback on the correctness of configured classpath roots.
JvmIfCreated A property giving access to an already created Jvm without creating one. This property allows you to query whether a Jvm has already been loaded via the JvmLoader API.
MethodsAndFieldsAnalysis A property that can be used to analyze the inner structure of proxy classes. The returned string contains useful cleartext feedback on the availability of Java fields and methods for present proxy type field and method elements.

Public Instance Methods

LoadOverloaded. Attempts to load a JVM using the configured settings. If the argument is true, an already loaded JVM will be accepted.
ReadOverloaded. Explicitly updates the instance with configuration information from the specified source.
UnloadCleanup Performs cleanup behind a recently destroyed JVM.

See Also

IJvmLoader Interface | Codemesh.JuggerNET Namespace