INRIA & FluxMedia

fr.fluxmedia.transmorpher.engine
Class TServlet

java.lang.Object
  extended by fr.fluxmedia.transmorpher.engine.TProcess_Impl
      extended by fr.fluxmedia.transmorpher.engine.TProcessComposite
          extended by fr.fluxmedia.transmorpher.engine.TMain
              extended by fr.fluxmedia.transmorpher.engine.TServlet
All Implemented Interfaces:
TProcess

public final class TServlet
extends TMain


Field Summary
(package private)  java.lang.Boolean optimize
          if true we must do the "retroprogation" of the null Channel
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcessComposite
listOfApplyProcess, listOfChannel, listOfGenerator, listOfProcessBasic, listOfProcessIn, listOfProcessOut, NB_PROCESS_RISE
 
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut
 
Constructor Summary
TServlet(Parameters pParams)
           
 
Method Summary
 void setOptimize(java.lang.Boolean optimize)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TMain
bindPorts
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessComposite
addApplyProcess, addChannel, addGenerator, addProcess, bindParameters, bindPorts, execProcess, generatePort, getAllProcess, getApplyProcess, getChannel, getGenerator, getListOfProcessIn, getListOfProcessOut, getProcessBasic, showChannel
 
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl
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, toString, wait, wait, wait
 

Field Detail

optimize

java.lang.Boolean optimize
if true we must do the "retroprogation" of the null Channel

Constructor Detail

TServlet

public TServlet(Parameters pParams)
         throws javax.xml.transform.TransformerException,
                org.xml.sax.SAXException,
                java.io.IOException
Throws:
javax.xml.transform.TransformerException
org.xml.sax.SAXException
java.io.IOException
Method Detail

setOptimize

public void setOptimize(java.lang.Boolean optimize)

INRIA & FluxMedia

..no bottom yet...