public class DaxJob extends JobUnit implements Displayer, TaskConscious, java.awt.event.ItemListener, java.awt.event.ActionListener
args, argsStringArray, AUTO_CONNECT, autoConnect, collection, connectPattern, exec, fileInputsPerJob, inputSwitch, jobName, numberOfJobs, ONE2ONE_CONNECT, outputSwitch, SCATTER_CONNECT, SPREAD_CONNECT, task, TRIANA_TOOL| Constructor and Description |
|---|
DaxJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae) |
void |
apply()
Apply.
|
void |
displayMessage(java.lang.String string)
Display message.
|
java.util.UUID |
fakeProcess(java.util.List list)
Fake process.
|
java.awt.Component |
getComponent()
Gets the component.
|
void |
itemStateChanged(java.awt.event.ItemEvent itemEvent) |
void |
setEnabling(java.awt.Component c,
boolean enable)
Sets the enabling.
|
changeToolName, getConnectPattern, getFileInputsPerJob, getNumberOfJobs, getParams, isCollection, process, setParams, setTaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTaskpublic java.util.UUID fakeProcess(java.util.List list)
list - the listpublic java.awt.Component getComponent()
JobUnitgetComponent in class JobUnitpublic void apply()
public void setEnabling(java.awt.Component c,
boolean enable)
c - the cenable - the enablepublic void displayMessage(java.lang.String string)
DisplayerdisplayMessage in interface DisplayerdisplayMessage in class JobUnitstring - the stringpublic void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed in interface java.awt.event.ActionListenerpublic void itemStateChanged(java.awt.event.ItemEvent itemEvent)
itemStateChanged in interface java.awt.event.ItemListener