JuggerNET Runtime Library v3.6.54.0  3.6.54.0
Properties | List of all members
Codemesh.JuggerNET.IRemoteOptions Interface Reference

An interface encapsulating the remote (shared JVM) options of JuggerNET. More...

Inheritance diagram for Codemesh.JuggerNET.IRemoteOptions:
Inheritance graph
[legend]

Properties

bool JniFallback [get, set]
 Attempts to fall back to JNI in-proces mode if no connection with a shared JVM can be established if this property is true. More...
 
string MainClass [get, set]
 Not yet used. More...
 
string Authentication [get, set]
 Not yet used. More...
 
string Encryption [get, set]
 Not yet used. More...
 
string Connection [get, set]
 Specifies the connection settings for a shared JVM. More...
 

Detailed Description

An interface encapsulating the remote (shared JVM) options of JuggerNET.

Property Documentation

◆ Authentication

string Codemesh.JuggerNET.IRemoteOptions.Authentication
getset

Not yet used.

◆ Connection

string Codemesh.JuggerNET.IRemoteOptions.Connection
getset

Specifies the connection settings for a shared JVM.

◆ Encryption

string Codemesh.JuggerNET.IRemoteOptions.Encryption
getset

Not yet used.

◆ JniFallback

bool Codemesh.JuggerNET.IRemoteOptions.JniFallback
getset

Attempts to fall back to JNI in-proces mode if no connection with a shared JVM can be established if this property is true.

The JniFallback option only makes sense if the Remote property is set to true and if the JVM options for in-process execution are also configured.

◆ MainClass

string Codemesh.JuggerNET.IRemoteOptions.MainClass
getset

Not yet used.


The documentation for this interface was generated from the following file:

Copyright (c) 1999-2020 by Codemesh, Inc., ALL RIGHTS RESERVED.