Package mgui.pipelines
Class PipelineJob
java.lang.Object
mgui.pipelines.PipelineJob
- All Implemented Interfaces:
java.lang.Runnable
public class PipelineJob
extends java.lang.Object
implements java.lang.Runnable
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
PipelineProcessInstance
process
boolean
success
-
Constructor Summary
Constructors Constructor Description PipelineJob()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
process
-
success
public boolean success -
name
public java.lang.String name
-
-
Constructor Details
-
PipelineJob
public PipelineJob()
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
-
launch
- Throws:
PipelineException
-