Interface | Description |
---|---|
ConfigLoader |
Interface to ask for async execution of database tasks in context of the running (server) id
|
KeepFactory |
This interface defines factory methods to generate Handler (http side) and requestor (Domino side) instances The default implementation is @see KeepFactoryHolder singleton but might get overwritten by test classes Also contains default implementations for other keep objects
|
Class | Description |
---|---|
Constants |
Collection of constants to avoid typos in classes
|
Launch | |
LaunchHandler |
Contains the handler routines for the Admin Endpoint Extracted from Launch for testablity
|
Enum | Description |
---|---|
ConfigLoader.LoaderType |
Types of requestable actions
|
KeepFactorySource |
Default instance of Keep factory, to be used in production mode.
|
Launch.ShutdownOptions |
Options defining the behavior on Launch failure
|