Package | Description |
---|---|
org.jbpm.process.core.timer | |
org.jbpm.process.core.timer.impl |
Modifier and Type | Method and Description |
---|---|
boolean |
GlobalSchedulerService.isValid(GlobalTimerService.GlobalJobHandle jobHandle)
Verifies if given job is still valid or it was already executed/vetoed.
|
Modifier and Type | Class and Description |
---|---|
static class |
QuartzSchedulerService.GlobalQuartzJobHandle |
static class |
ThreadPoolSchedulerService.GlobalJDKJobHandle |
Modifier and Type | Field and Description |
---|---|
protected ConcurrentHashMap<Long,List<GlobalTimerService.GlobalJobHandle>> |
GlobalTimerService.timerJobsPerSession |
Modifier and Type | Method and Description |
---|---|
ConcurrentHashMap<Long,List<GlobalTimerService.GlobalJobHandle>> |
GlobalTimerService.getTimerJobsPerSession() |
Modifier and Type | Method and Description |
---|---|
boolean |
ThreadPoolSchedulerService.isValid(GlobalTimerService.GlobalJobHandle jobHandle) |
boolean |
QuartzSchedulerService.isValid(GlobalTimerService.GlobalJobHandle jobHandle) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.