Package org.jbpm.services.ejb.timer
Class EjbTimerJobRetry
- java.lang.Object
-
- org.jbpm.services.ejb.timer.EjbTimerJob
-
- org.jbpm.services.ejb.timer.EjbTimerJobRetry
-
- All Implemented Interfaces:
Serializable
public class EjbTimerJobRetry extends EjbTimerJob
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EjbTimerJobRetry(org.drools.core.time.impl.TimerJobInstance instance)
EjbTimerJobRetry(org.drools.core.time.impl.TimerJobInstance timerJobInstance, int retry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRetry()
EjbTimerJobRetry
next()
-
Methods inherited from class org.jbpm.services.ejb.timer.EjbTimerJob
getTimerJobInstance, setTimerJobInstance, toString
-
-
-
-
Method Detail
-
getRetry
public int getRetry()
-
next
public EjbTimerJobRetry next()
-
-