...
function | treatment | remarks |
---|---|---|
sos.spooler.Spooler.include_path | FunctionNotSupportedOnAgentException | "Returns the command line setting -include-path=." There no -include-path on the agent. |
sos.spooler.Spooler.log_dir | FunctionNotSupportedOnAgentException | Task and Order logs are logged on the Master JobScheduler. |
sos.spooler.Spooler.directory | Proxy | returns working dir of the agent |
sos.spooler.Spooler.ini_path | FunctionNotSupportedOnAgentException | "The value of the -ini= option (the name of the factory.ini file)" There is no -ini option on the agent |
sos.spooler.Spooler.create_xslt_stylesheet() | FunctionNotSupportedOnAgentException | deprecated, not used on the agent |
sos.spooler.Log.log() and other logging functions | Proxy | Proxy checks log level to avoid unnecessary network api calls |
sos.spooler.Log.start_new_file() | no Proxy | start new file for Master Scheduler |
sos.spooler.Task.create_subprocess | Proxy | Required to kill subprocesses with task kill |
sos.spooler.Subprocess.close | Proxy | |
sos.spooler.Subprocess.env | Proxy | |
sos.spooler.Subprocess.environment() | Proxy | |
sos.spooler.Subprocess.exit_code | Proxy | |
sos.spooler.Subprocess all methods.ignore_error | Proxy | |
sos.spooler.Subprocess.ignore_signal | FunctionNotSupportedOnAgentException | Not possible in Java. Could be implemented with platform-dependant solution. |
sos.spooler.Subprocess.kill | Proxy | How hard the process is killed (from java) is undefined, see https://docs.oracle.com/javase/8/docs/api/java/lang/Process.html#destroy-- |
sos.spooler.Subprocess.own_process_group | FunctionNotSupportedOnAgentException | Not possible in Java. Could be implemented with platform-dependant solution. |
sos.spooler.Subprocess.pid | FunctionNotSupportedOnAgentException | Not possible in Java. Could be implemented with platform-dependant solution. |
sos.spooler.Subprocess.priority | FunctionNotSupportedOnAgentException | Not possible in Java. Could be implemented with platform-dependant solution. |
sos.spooler.Subprocess.priority_class | FunctionNotSupportedOnAgentException | Not possible in Java. Could be implemented with platform-dependant solution. |
sos.spooler.Subprocess.start() | Proxy | |
sos.spooler.Subprocess.terminated | Proxy | |
sos.spooler.Subprocess.termination_signal | FunctionNotSupportedOnAgentException | Not possible in Java. Could be implemented with platform-dependant solution. |
sos.spooler.Subprocess.timeout | Proxy | |
sos.spooler.Subprocess.wait_for_termination | Proxy | |
sos.spooler.Task.priority_class | Proxy | Is this possible inside the jvm? |
sos.spooler.Task.priority | Proxy | Is this possible inside the jvm? |
sos.spooler.Task.stderr_text | Proxy | |
sos.spooler.Task.stdout_text | Proxy | |
sos.spooler.Task.stderr_path | Proxy | |
sos.spooler.Task.stdout_path | Proxy | |
sos.spooler.Xslt_stylesheet all methods | FunctionNotSupportedOnAgentException | deprecated, not used on the agent |