public class BasicJobScheduler extends AbstractJobScheduler
JobScheduler
.JobScheduler.ErrorHandler
BEST_EFFORT, STRICT
Constructor and Description |
---|
BasicJobScheduler() |
Modifier and Type | Method and Description |
---|---|
protected void |
doConfigure(ServiceProfile<?> profile)
Configures this service internally (extention point).
|
protected JobExecutor |
getJobExecutor()
Returns a
JobExecutor for this scheduler. |
execute
configure
protected void doConfigure(ServiceProfile<?> profile) throws InterruptedException, IOException
JobScheduler
doConfigure
in class JobScheduler
profile
- profile of this serviceInterruptedException
- if interrupted this configurationIOException
- if failed to configureprotected JobExecutor getJobExecutor()
AbstractJobScheduler
JobExecutor
for this scheduler.getJobExecutor
in class AbstractJobScheduler
JobExecutor
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.