Class PgpServiceMain

java.lang.Object
cz.drg.pregrouper.process.PgpServiceMain
All Implemented Interfaces:
Process

public class PgpServiceMain extends Object implements Process
The main entry point for the PGP ran as a service, starts the HTTP server on a specified port and handles incoming requests.
  • Constructor Details

    • PgpServiceMain

      public PgpServiceMain()
  • Method Details

    • execute

      public void execute(ArgConfig config)
      Description copied from interface: Process
      Starts the execution of the process. Configs specified through the arguments already overwritten ProgramSetting by this point and only few are used directly from ArgConfig here.
      Specified by:
      execute in interface Process
    • processCaseId

      public void processCaseId(String runId)