| Modifier and Type | Class | Description |
|---|---|---|
class |
BackgroundJobStatusDecorator<T> |
| Modifier and Type | Field | Description |
|---|---|---|
protected BackgroundJobStatus<T> |
BackgroundJobStatusDecorator.delegatee |
| Modifier and Type | Method | Description |
|---|---|---|
protected BackgroundJobStatus<?> |
BackgroundJobScheduler.executeNext() |
|
protected BackgroundJobStatus<T> |
BackgroundJobStatusDecorator.getDelegatee() |
|
BackgroundJobStatus<?> |
BackgroundJobScheduler.getJob(String id) |
|
<T> BackgroundJobStatus<T> |
BackgroundJobScheduler.scheduldeImmediately(BackgroundJob<T> job) |
|
<T> BackgroundJobStatus<T> |
BackgroundJobScheduler.schedule(String id,
BackgroundJob<T> job) |
|
<T> BackgroundJobStatus<T> |
BackgroundJobScheduler.schedule(BackgroundJob<T> job) |
| Modifier and Type | Method | Description |
|---|---|---|
Collection<BackgroundJobStatus<?>> |
BackgroundJobScheduler.getJobs() |
| Constructor | Description |
|---|---|
BackgroundJobStatusDecorator(BackgroundJobStatus<T> delegatee) |
Copyright © 2018 tarent solutions GmbH, Germany. All rights reserved.