|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Timer | |
|---|---|
| org.jbpm.pvm | the primary facade interfaces to
the process repository,
the execution repository
and the management functionalities. |
| org.jbpm.pvm.model | common model base classes for the client, activity and event listener API's |
| org.jbpm.pvm.session | interfaces to pluggable transactional resources to be used by activity implementations. |
| Uses of Timer in org.jbpm.pvm |
|---|
| Methods in org.jbpm.pvm that return types with arguments of type Timer | |
|---|---|
List<Timer> |
ManagementService.getTimers(int firstResult,
int maxResults)
all the timers which are waiting for their due date. |
| Uses of Timer in org.jbpm.pvm.model |
|---|
| Methods in org.jbpm.pvm.model that return types with arguments of type Timer | |
|---|---|
Set<Timer> |
OpenExecution.getTimers()
timers for this execution scope |
| Uses of Timer in org.jbpm.pvm.session |
|---|
| Methods in org.jbpm.pvm.session that return types with arguments of type Timer | |
|---|---|
List<Timer> |
PvmDbSession.findTimers(int firstResult,
int maxResults)
timers |
| Methods in org.jbpm.pvm.session with parameters of type Timer | |
|---|---|
void |
TimerSession.cancel(Timer timer)
Cancels a timer. |
void |
TimerSession.schedule(Timer timer)
Schedule the execution of a timer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||