| Modifier and Type | Field and Description |
|---|---|
protected JobInfoEntity |
AsyncJobAddedNotification.job |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,JobInfoEntity> |
AcquiredJobEntities.acquiredJobs |
protected JobInfoEntityManager<? extends JobInfoEntity> |
AbstractAsyncExecutor.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
FindExpiredJobsCmd.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
ExecuteAsyncRunnable.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
ResetExpiredJobsCmd.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
ResetExpiredJobsRunnable.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
AcquireAsyncJobsDueRunnable.jobEntityManager |
| Modifier and Type | Method and Description |
|---|---|
List<? extends JobInfoEntity> |
FindExpiredJobsCmd.execute(CommandContext commandContext) |
Collection<JobInfoEntity> |
AcquiredJobEntities.getJobs() |
protected List<JobInfoEntity> |
AcquireAsyncJobsDueRunnable.offerJobs(AcquiredJobEntities acquiredJobs) |
| Modifier and Type | Method and Description |
|---|---|
void |
AcquiredJobEntities.addJob(JobInfoEntity job) |
protected void |
DefaultJobManager.createHintListeners(AsyncExecutor asyncExecutor,
JobInfoEntity job) |
protected void |
DefaultJobManager.setLockTimeAndOwner(AsyncExecutor asyncExecutor,
JobInfoEntity jobInfoEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsyncExecutor.setJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
| Constructor and Description |
|---|
AsyncJobAddedNotification(JobInfoEntity job,
AsyncExecutor asyncExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected JobInfoEntityManager<? extends JobInfoEntity> |
ExecuteAsyncJobCmd.jobEntityManager |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AcquireJobsCmd.lockJob(CommandContext commandContext,
JobInfoEntity job,
int lockTimeInMillis) |
| Constructor and Description |
|---|
AcquireJobsCmd(AsyncExecutor asyncExecutor,
int remainingCapacity,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
ExecuteAsyncJobCmd(String jobId,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobInfoEntityManager<T extends JobInfoEntity> |
class |
JobInfoEntityManagerImpl<T extends JobInfoEntity,DM extends JobInfoDataManager<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HistoryJobEntity |
interface |
JobEntity
Represents an async job: a piece of logic that needs to be executed asynchronously.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HistoryJobEntityImpl
History Job entity.
|
class |
JobEntityImpl
Job entity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobInfoDataManager<T extends JobInfoEntity> |
Copyright © 2020 Flowable. All rights reserved.