|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Timer in org.ow2.bonita.pvm |
---|
Methods in org.ow2.bonita.pvm that return types with arguments of type Timer | |
---|---|
java.util.List<Timer> |
ManagementService.getTimers(int firstResult,
int maxResults)
all the timers which are waiting for their due date. |
Uses of Timer in org.ow2.bonita.pvm.internal.cmd |
---|
Methods in org.ow2.bonita.pvm.internal.cmd that return types with arguments of type Timer | |
---|---|
java.util.List<Timer> |
GetTimersCmd.execute(Environment environment)
|
Uses of Timer in org.ow2.bonita.pvm.internal.ejb |
---|
Methods in org.ow2.bonita.pvm.internal.ejb with parameters of type Timer | |
---|---|
void |
EnterpriseTimerSession.cancel(Timer timer)
|
void |
EnterpriseTimerSession.schedule(Timer timer)
|
Uses of Timer in org.ow2.bonita.pvm.internal.hibernate |
---|
Methods in org.ow2.bonita.pvm.internal.hibernate that return types with arguments of type Timer | |
---|---|
java.util.List<Timer> |
HibernatePvmDbSession.findTimers(int firstResult,
int maxResults)
|
Uses of Timer in org.ow2.bonita.pvm.internal.job |
---|
Classes in org.ow2.bonita.pvm.internal.job that implement Timer | |
---|---|
class |
TimerImpl
a runtime timer instance. |
Uses of Timer in org.ow2.bonita.pvm.internal.jobexecutor |
---|
Methods in org.ow2.bonita.pvm.internal.jobexecutor with parameters of type Timer | |
---|---|
void |
JobExecutorTimerSession.cancel(Timer timer)
|
void |
JobExecutorTimerSession.schedule(Timer timer)
|
protected void |
JobExecutorTimerSession.validate(Timer timer)
|
Uses of Timer in org.ow2.bonita.pvm.internal.svc |
---|
Methods in org.ow2.bonita.pvm.internal.svc that return types with arguments of type Timer | |
---|---|
java.util.List<Timer> |
CommandManagementService.getTimers(int firstResult,
int maxResults)
|
Uses of Timer in org.ow2.bonita.pvm.session |
---|
Methods in org.ow2.bonita.pvm.session that return types with arguments of type Timer | |
---|---|
java.util.List<Timer> |
PvmDbSession.findTimers(int firstResult,
int maxResults)
timers |
Methods in org.ow2.bonita.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 |