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