Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the LANSA or RPG client requests that the JSM to load a service, only the name of the service is specified.

...

USE BUILTIN(JSM_COMMAND) WITH_ARGS('SERVICE_LOAD SERVICE(SMTPMailService)') TO_GET(#JSMSTS #JSMMSG)


When the JSM instance receives the SERVICE_LOAD command, the SMTPMailService servicename is prefixed with "service." The JSM searches the service.properties files. It uses the keyword SERVICE.SMTPMAILSERVICE to locate the class named com.lansa.jsm.service.SMTPMailService.

...