JuggerNET Runtime Library

JvmLoader.GetJvmLoader Method

Returns an already created JVM Loader instance or a newly created JVM loader that traces errors and accepts environment variable overrides as well as a default JVM.

Overload List

Returns an already created JVM Loader instance or a newly created JVM loader that traces errors and accepts environment variable overrides as well as a default JVM.

public static IJvmLoader GetJvmLoader();

Returns an already created JVM Loader instance or a newly created JVM loader that traces at the specified level and accepts environment variable overrides as well as a default JVM.

public static IJvmLoader GetJvmLoader(TraceFacility,TraceLevel);

Returns an already created JVM Loader instance or a newly created JVM loader that traces errors and accepts environment variable overrides as well as a default JVM.

public static IJvmLoader GetJvmLoader(bool,bool);

Returns an already created JVM Loader instance or a newly created JVM loader that uses the given settings.

public static IJvmLoader GetJvmLoader(bool,bool,TraceFacility,TraceLevel);

Returns an already created JVM Loader instance or a newly created JVM loader that uses the given settings. This is a less common factory method in .NET than in C++ because .NET can locate configuration files automatically and the automatic mechanism should be used if possible.

public static IJvmLoader GetJvmLoader(string,bool,bool);

Returns an already created JVM Loader instance or a newly created JVM loader that uses the given settings. This is a less common factory method in .NET than in C++ because .NET can locate configuration files automatically and the automatic mechanism should be used if possible.

public static IJvmLoader GetJvmLoader(string,bool,bool,TraceFacility,TraceLevel);

Returns an already created JVM Loader instance or a newly created JVM loader that uses the given settings. This is a very uncommon factory method in .NET as it provides access to the old-style JunC++ion configuration method which uses the Windows registry to contain configuration data. Other factories should be used as a preference and this factory is just provided for completeness' sake.

public static IJvmLoader GetJvmLoader(string,string,string,bool,bool,TraceFacility,TraceLevel);

Returns an already created JVM Loader instance or a newly created JVM loader that uses the given settings. This is a very uncommon factory method in .NET as it provides access to the old-style JunC++ion configuration method. Other factories should be used as a preference and this factory is just provided for completeness' sake.

public static IJvmLoader GetJvmLoader(string,string,string,string,bool,bool);

Returns an already created JVM Loader instance or a newly created JVM loader that uses the given settings. This is a very uncommon factory method in .NET as it provides access to the old-style JunC++ion configuration method. Other factories should be used as a preference and this factory is just provided for completeness' sake.

public static IJvmLoader GetJvmLoader(string,string,string,string,bool,bool,TraceFacility,TraceLevel);

See Also

JvmLoader Class | Codemesh.JuggerNET Namespace