Save configuration in memory as configuration property file
This method is used by the SEHRServer task to store the 'runnning'
configuration and may be used by the user to redefine settings...
Initiates a parameterless object instance for database connection
To initialize later use init(SEHRCfg object) or initialize
manually by setter methods (e.g. on external client applications).
Initiates an object instance with individual connection parameters
This constructor is for clients, where a local SEHR configuration access by
SEHRCfg is not available.
Run a external process in three ways:
exec: Execute the command, returning
immediately even if the command is still
running. e.g. printing, facsimile processes
execWait: Execute the command, but
don't return until the command finishes.