|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.env.session.StandardTimerSession
org.jbpm.enterprise.Ejb2TimerSession
public class Ejb2TimerSession
Timer session based on the EJB 2.1 timer service.
| Constructor Summary | |
|---|---|
Ejb2TimerSession()
|
|
| Method Summary | |
|---|---|
void |
cancel(Timer timer)
Cancels a timer. |
LocalTimerHome |
getTimerHome()
|
void |
schedule(Timer timer)
Schedule the execution of a timer. |
| Methods inherited from class org.jbpm.env.session.StandardTimerSession |
|---|
findTimers, getNextScheduledActivity, getNextScheduledActivityTime, getScheduledActivities, getScheduledActivity, start, validScheduling |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ejb2TimerSession()
| Method Detail |
|---|
public LocalTimerHome getTimerHome()
public void schedule(Timer timer)
TimerSession
schedule in interface TimerSessionschedule in class StandardTimerSessiontimer - the timer to be executed.public void cancel(Timer timer)
TimerSession
cancel in interface TimerSessioncancel in class StandardTimerSessiontimer - the timer to be cancelled.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||