Constructor
Handler delegate
Interactive handler delegate
RawSocketHandler delegate
Register a command and raw handler to the unix listener.
Shut down the unix listener upon exit of the application.
Unused IConfigExtExtension method to satisfy interface.
Initializes the socket listener.
Unused IApplicationExtension methods to satisfy interface.
Return: Use the default ordering.
Unused IApplicationExtension methods to satisfy interface.
Unused IConfigExtExtension method to satisfy interface.
Unused IApplicationExtension methods to satisfy interface.
Setup the unix socket listener if the config for the socket path exists.
Unregisters a command and handler to the unix listener.
Alias of IApplication, for use by implementing classes without needing to import ocean.util.app.model.IApplication.
Function executed before the program runs.
Function executed after the program runs.
Function executed at program exit.
Function executed if (and only if) an ExitException was thrown.
Function executed before the configuration files are parsed.
Function to filter the list of configuration files to parse.
Function executed after the configuration files are parsed.
ditto