/* Copyright 2016-2017 The MathWorks, Inc. */ import com.mathworks.toolbox.distcomp.mjs.service.ConfigUtil; import com.mathworks.toolbox.distcomp.util.SystemPropertyNames; import com.mathworks.toolbox.distcomp.control.PortConfig; /** * The config file that can provide PauseResumeJobManagerConfigParser with all the neccessary * information to create an instance of PauseResumeJobManagerCommand. */ com.sun.jini.start { remoteCommandType = "${com.mathworks.toolbox.distcomp.remote_command_type}"; // Where to pause it or resume it: remoteHostname = "${com.mathworks.toolbox.distcomp.remote_hostname}"; remoteCommandPort = PortConfig.getRemoteCommandPort("${com.mathworks.toolbox.distcomp.base_port}"); // Other settings needed for the remote command: remoteState = "${com.mathworks.toolbox.distcomp.remote_command_action}"; serviceName = "${com.mathworks.toolbox.distcomp.servicename}"; verbosity = "${com.mathworks.toolbox.distcomp.remote_command_verbosity}"; outputFormat = "text"; // Most commands are single commands, however where a user wants to start // multiple commands they can set this to a positive number numCommands = 1; matlabroot = "${com.mathworks.toolbox.distcomp.matlabroot}"; scriptLogLevel = 6; scriptLogFile = "${com.mathworks.toolbox.distcomp.script_log_file}"; }