Package | Description |
---|---|
com.asakusafw.yaess.basic |
Basic modules for YAESS.
|
com.asakusafw.yaess.core |
Core models/interfaces for YAESS.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJobScheduler.execute(PhaseMonitor monitor,
ExecutionContext context,
List<? extends Job> jobs,
JobScheduler.ErrorHandler errorHandler) |
Modifier and Type | Field and Description |
---|---|
static JobScheduler.ErrorHandler |
JobScheduler.BEST_EFFORT
Continue execution on exception occurred.
|
static JobScheduler.ErrorHandler |
JobScheduler.STRICT
Terminate execution on exception occurred.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
JobScheduler.execute(PhaseMonitor monitor,
ExecutionContext context,
List<? extends Job> jobs,
JobScheduler.ErrorHandler errorHandler)
Executes a series of jobs.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.