Huygens Remote Manager
  • Namespace
  • Class
  • Tree
  • Todo

Namespaces

  • hrm
    • job
    • param
      • base
    • setting
      • base
    • shell
    • stats
    • user
      • proxy

Classes

  • ExternalProcess
  • ExternalProcessFactory
  • LocalExternalProcess

Class ExternalProcessFactory

Factory that returns an external process (Shell) that works either locally or on a remote server.

The distinction is made by the value of the variable $imageProcessingIsOnQueueManager from the settings.

Namespace: hrm\shell
Package: hrm
Located at shell/ExternalProcessFactory.php

Methods summary

public static hrm\shell\ExternalProcess|hrm\shell\LocalExternalProcess
# getExternalProcess( string $host, string $logfilename, string $errfilename )

Runs a new shell either with or without secure connection between the queue manager and the Image area.

Which of the two modes is chosen depends on the value of the configuration variable $imageProcessingIsOnQueueManager.

Parameters

$host
Host name.
$logfilename
Log file name.
$errfilename
Error log file name.

Returns

hrm\shell\ExternalProcess|hrm\shell\LocalExternalProcess
External process object.
Huygens Remote Manager API documentation generated by ApiGen