Package org.activiti.engine.impl.cmd
Class SetTimerJobRetriesCmd
- java.lang.Object
-
- org.activiti.engine.impl.cmd.SetTimerJobRetriesCmd
-
- All Implemented Interfaces:
Serializable,Command<Void>
public class SetTimerJobRetriesCmd extends Object implements Command<Void>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetTimerJobRetriesCmd(String jobId, int retries)
-