ExecutionContext class heirachy

The ExecutionContext is a dependency of all Tasks, injected when they are called on to process their work. The implementations persist the audit trail to file or database. The well-known dataSourceName 'srAudit' is used by database-backed contexts to get a database connection. The file-backed context uses a directory 'sruns', whose path can be set as a property on the command line.


ExecutionContext class heirachy ExecutionContext AbstractExecutionContext FileExecutionContext OracleExecutionContext PostgresExecutionContext Connection