Package org.luwrain.core
Class EmptyJob
java.lang.Object
org.luwrain.core.EmptyJob
- 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
-
Field Details
-
listener
-
name
-
info
-
-
Constructor Details
-
EmptyJob
-
EmptyJob
-
-
Method Details
-
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
-
setInfo
-
getInfo
-
stop
public void stop(int exitCode) -
stop
public void stop()
-