|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Timer | |
|---|---|
| org.jbpm.db | provides access the to jBPM database. |
| org.jbpm.graph.exe | contains the runtime structures for process executions. |
| org.jbpm.scheduler | specifies the timer pluggability interface. |
| org.jbpm.scheduler.db | DB/JobExecutor implementation of the timer service. |
| org.jbpm.scheduler.def | actions (==event listeners) to create and cancel timers. |
| Uses of Timer in org.jbpm.db |
|---|
| Methods in org.jbpm.db that return Timer | |
|---|---|
Timer |
JobSession.loadTimer(long timerId)
|
| Uses of Timer in org.jbpm.graph.exe |
|---|
| Fields in org.jbpm.graph.exe declared as Timer | |
|---|---|
protected Timer |
ExecutionContext.timer
|
| Methods in org.jbpm.graph.exe that return Timer | |
|---|---|
Timer |
ExecutionContext.getTimer()
|
| Methods in org.jbpm.graph.exe with parameters of type Timer | |
|---|---|
void |
ExecutionContext.setTimer(Timer timer)
|
| Uses of Timer in org.jbpm.scheduler |
|---|
| Methods in org.jbpm.scheduler with parameters of type Timer | |
|---|---|
void |
SchedulerService.createTimer(Timer timer)
|
void |
SchedulerService.deleteTimer(Timer timer)
|
| Uses of Timer in org.jbpm.scheduler.db |
|---|
| Methods in org.jbpm.scheduler.db with parameters of type Timer | |
|---|---|
void |
DbSchedulerService.createTimer(Timer timer)
|
void |
DbSchedulerService.deleteTimer(Timer timer)
|
| Uses of Timer in org.jbpm.scheduler.def |
|---|
| Methods in org.jbpm.scheduler.def that return Timer | |
|---|---|
protected Timer |
CreateTimerAction.createTimer(ExecutionContext executionContext)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||