fr.fluxmedia.transmorpher.engine
Class TProcessBasic
java.lang.Object
|
+--fr.fluxmedia.transmorpher.engine.TProcess_Impl
|
+--fr.fluxmedia.transmorpher.engine.TProcessBasic
- All Implemented Interfaces:
- java.lang.Runnable, TProcess
- Direct Known Subclasses:
- TDispatcher, TMerger, TReader, TSerializer, TTransformation
- public abstract class TProcessBasic
- extends TProcess_Impl
- implements java.lang.Runnable
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut |
Constructor Summary |
|
TProcessBasic()
the empty constructor |
protected |
TProcessBasic(java.lang.String[] pIn,
java.lang.String[] pOut)
The constructor |
protected |
TProcessBasic(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters pParam)
The constructor |
protected |
TProcessBasic(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type)
The constructor |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
bindParameters, generatePort, getFatherName, getId, getIn, getIn, getIn, getName, getNameIn, getNameIn, getNameOut, getNameOut, getOut, getOut, getOut, getParameter, getParameterNames, getParameters, reset, setDebug, setFatherName, setId, setIn, setName, setOut, setParameter, setParameters |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
type
protected java.lang.String type
- the name of the father
procThread
protected java.lang.Thread procThread
isThread
protected boolean isThread
finished
protected boolean finished
param
protected Parameters param
- Description of the Field
TProcessBasic
public TProcessBasic()
- the empty constructor
TProcessBasic
protected TProcessBasic(java.lang.String[] pIn,
java.lang.String[] pOut)
- The constructor
TProcessBasic
protected TProcessBasic(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters pParam)
- The constructor
TProcessBasic
protected TProcessBasic(java.lang.String[] pIn,
java.lang.String[] pOut,
java.lang.String type)
- The constructor
setType
public void setType(java.lang.String type)
getType
public java.lang.String getType()
execProcess
public void execProcess()
throws java.io.IOException,
org.xml.sax.SAXException,
TMRuntimeException
getFinished
public boolean getFinished()
run
public void run()
- Specified by:
run
in interface java.lang.Runnable
setFinished
public void setFinished(boolean finished)
setThread
public void setThread(boolean useThread)
initParameters
public void initParameters()
..no bottom yet...