Class SchedulerAppDriver
java.lang.Object
gov.nasa.jpl.aerie.scheduler.server.SchedulerAppDriver
scheduler service entry point class; services pending scheduler requests until terminated
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidscheduler 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)
-
Constructor Details
-
SchedulerAppDriver
public SchedulerAppDriver()
-
-
Method Details
-
main
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
-