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, setTask
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setTask
public java.util.UUID fakeProcess(java.util.List list)
list
- the listpublic java.awt.Component getComponent()
JobUnit
getComponent
in class JobUnit
public void apply()
public void setEnabling(java.awt.Component c, boolean enable)
c
- the cenable
- the enablepublic void displayMessage(java.lang.String string)
Displayer
displayMessage
in interface Displayer
displayMessage
in class JobUnit
string
- the stringpublic void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed
in interface java.awt.event.ActionListener
public void itemStateChanged(java.awt.event.ItemEvent itemEvent)
itemStateChanged
in interface java.awt.event.ItemListener