| Modifier and Type | Field and Description |
|---|---|
protected JobInfoEntity |
AsyncJobAddedNotification.job |
| Modifier and Type | Field and Description |
|---|---|
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> |
AcquireAsyncJobsDueRunnable.jobEntityManager |
protected Collection<JobInfoEntityManager<? extends JobInfoEntity>> |
ResetExpiredJobsRunnable.jobInfoEntityManagers |
| Modifier and Type | Method and Description |
|---|---|
List<? extends JobInfoEntity> |
FindExpiredJobsCmd.execute(CommandContext commandContext) |
protected List<JobInfoEntity> |
AcquireAsyncJobsDueRunnable.offerJobs(List<? extends JobInfoEntity> acquiredJobs) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultJobManager.createHintListeners(AsyncExecutor asyncExecutor,
JobInfoEntity job) |
protected void |
DefaultJobManager.setLockTimeAndOwner(AsyncExecutor asyncExecutor,
JobInfoEntity jobInfoEntity) |
| Modifier and Type | Method and Description |
|---|---|
protected List<JobInfoEntity> |
AcquireAsyncJobsDueRunnable.offerJobs(List<? extends JobInfoEntity> acquiredJobs) |
protected void |
ResetExpiredJobsRunnable.resetJobs(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
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> |
AcquireJobsWithGlobalAcquireLockCmd.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
ExecuteAsyncRunnableJobCmd.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
ExecuteAsyncJobCmd.jobEntityManager |
protected JobInfoEntityManager<? extends JobInfoEntity> |
AcquireJobsCmd.jobEntityManager |
| Modifier and Type | Method and Description |
|---|---|
List<? extends JobInfoEntity> |
AcquireJobsWithGlobalAcquireLockCmd.execute(CommandContext commandContext) |
List<? extends JobInfoEntity> |
AcquireJobsCmd.execute(CommandContext commandContext) |
JobInfoEntityManager<? extends JobInfoEntity> |
ExecuteAsyncRunnableJobCmd.getJobEntityManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AcquireExternalWorkerJobsCmd.lockJob(CommandContext commandContext,
JobInfoEntity job,
int lockTimeInMillis) |
protected void |
AcquireJobsCmd.lockJob(JobInfoEntity job,
int lockTimeInMillis,
JobServiceConfiguration jobServiceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecuteAsyncRunnableJobCmd.setJobEntityManager(JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
| Constructor and Description |
|---|
AcquireJobsCmd(AsyncExecutor asyncExecutor,
int remainingCapacity,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
AcquireJobsWithGlobalAcquireLockCmd(AsyncExecutor asyncExecutor,
int remainingCapacity,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager) |
ExecuteAsyncJobCmd(String jobId,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager,
JobServiceConfiguration jobServiceConfiguration) |
ExecuteAsyncRunnableJobCmd(String jobId,
JobInfoEntityManager<? extends JobInfoEntity> jobEntityManager,
JobServiceConfiguration jobServiceConfiguration,
boolean unlock) |
| 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 |
ExternalWorkerJobEntity
Represents an external job.
|
interface |
HistoryJobEntity |
interface |
JobEntity
Represents an async job: a piece of logic that needs to be executed asynchronously.
|
interface |
TimerJobEntity
Stub of the common parts of a timer job.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalWorkerJobEntityImpl |
class |
HistoryJobEntityImpl
History Job entity.
|
class |
JobEntityImpl
Job entity.
|
class |
TimerJobEntityImpl
TimerJob entity, necessary for persistence.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JobInfoDataManager<T extends JobInfoEntity> |
Copyright © 2021 Flowable. All rights reserved.