Package org.luwrain.core
Class ErrorJobInstance
java.lang.Object
org.luwrain.core.ErrorJobInstance
- All Implemented Interfaces:
Job
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.luwrain.core.Job
Job.Listener, Job.Status -
Field Summary
Fields inherited from interface org.luwrain.core.Job
EXIT_CODE_INTERRUPTED, EXIT_CODE_INVALID, EXIT_CODE_OK -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorJobInstance
-
-
Method Details
-
stop
public void stop() -
getInstanceName
- Specified by:
getInstanceNamein interfaceJob
-
getStatus
-
getExitCode
public int getExitCode()- Specified by:
getExitCodein interfaceJob
-
isFinishedSuccessfully
public boolean isFinishedSuccessfully()- Specified by:
isFinishedSuccessfullyin interfaceJob
-
getInfo
-