MatlabProxyFactoryOptions

public class MatlabProxyFactoryOptions

Options that configure how a factory operates. Use a Builder to create an instance of this class. This class is unconditionally thread-safe.

Author:Joshua Kaplan

See also: MatlabProxyFactory.MatlabProxyFactory(matlabcontrol.MatlabProxyFactoryOptions)

Methods

getHidden

boolean getHidden()

getJavaDebugger

Integer getJavaDebugger()

getLicenseFile

String getLicenseFile()

getLogFile

String getLogFile()

getMatlabLocation

String getMatlabLocation()

getPort

int getPort()

getProxyTimeout

long getProxyTimeout()

getStartingDirectory

File getStartingDirectory()

getUsePreviouslyControlledSession

boolean getUsePreviouslyControlledSession()

getUseSingleComputationalThread

boolean getUseSingleComputationalThread()