Class SchedulerAppDriver

java.lang.Object
gov.nasa.jpl.aerie.scheduler.server.SchedulerAppDriver

public final class SchedulerAppDriver extends Object
scheduler service entry point class; services pending scheduler requests until terminated
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    scheduler service entry point; services pending scheduler requests until terminated reads configuration options from the environment (if available, otherwise uses hardcoded defaults) to control how the scheduler connects to its data stores or services scheduling requests this method never naturally returns; it will service requests until externally terminated (or exception)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SchedulerAppDriver

      public SchedulerAppDriver()
  • Method Details

    • main

      public static void main(String[] args)
      scheduler service entry point; services pending scheduler requests until terminated reads configuration options from the environment (if available, otherwise uses hardcoded defaults) to control how the scheduler connects to its data stores or services scheduling requests this method never naturally returns; it will service requests until externally terminated (or exception)
      Parameters:
      args - command-line args passed to the executable [...] all arguments are ignored