Package org.jbpm.services.ejb.timer
Class EjbTimerJob
- java.lang.Object
-
- org.jbpm.services.ejb.timer.EjbTimerJob
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EjbTimerJobRetry
public class EjbTimerJob extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EjbTimerJob(org.drools.core.time.impl.TimerJobInstance timerJobInstance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.core.time.impl.TimerJobInstance
getTimerJobInstance()
void
setTimerJobInstance(org.drools.core.time.impl.TimerJobInstance timerJobInstance)
String
toString()
-