Constructor.
Unused IApplicationExtension method.
Signal handler. Called by SignalExt when a signal occurs. Reopens all log files.
Required by ISignalExtExtension.
Unused IApplicationExtension method.
Unused IApplicationExtension method.
Registers the specified file, to be reopened when reopenAll() is called.
Reopens all registered files.
Reopens all registered files with the given path
Registers this extension with the signal extension and activates the handling of the specified signal, which will cause the registered files to be reopened.
Registers this extension with the unix socket extension and activates the handling of the specified unix socket command, which will cause reopening files specified as arguments to the command.
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.
Called when the SignalExt is notified of a signal.