Class SFailedJobImpl
- java.lang.Object
-
- org.bonitasoft.engine.scheduler.model.impl.SFailedJobImpl
-
- All Implemented Interfaces:
SFailedJob
public class SFailedJobImpl extends java.lang.Object implements SFailedJob
- Author:
- Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description SFailedJobImpl(long jobDescriptorId, java.lang.String jobName, java.lang.String description, long retryNumber, long lastUpdateDate, java.lang.String lastMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfFailures()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bonitasoft.engine.scheduler.model.SFailedJob
getDescription, getJobDescriptorId, getJobName, getLastMessage, getLastUpdateDate
-
-
-
-
Method Detail
-
getNumberOfFailures
public int getNumberOfFailures()
- Specified by:
getNumberOfFailuresin interfaceSFailedJob
-
-