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
-
Method Summary
-
Constructor Details
-
ErrorJobInstance
-
-
Method Details
-
stop
public void stop() -
getInstanceName
- Specified by:
getInstanceName
in interfaceJob
-
getStatus
-
getExitCode
public int getExitCode()- Specified by:
getExitCode
in interfaceJob
-
isFinishedSuccessfully
public boolean isFinishedSuccessfully()- Specified by:
isFinishedSuccessfully
in interfaceJob
-
getInfo
-