INRIA & FluxMedia

Uses of Class
fr.fluxmedia.transmorpher.utils.TMRuntimeException

Packages that use TMRuntimeException
fr.fluxmedia.transmorpher.engine   
fr.fluxmedia.transmorpher.stdlib   
 

Uses of TMRuntimeException in fr.fluxmedia.transmorpher.engine
 

Methods in fr.fluxmedia.transmorpher.engine that throw TMRuntimeException
 void TProcess_Impl.reset()
           
 void TProcess_Impl.bindParameters(Parameters p)
           
 void TProcessBasic.execProcess()
           
 javax.xml.transform.Transformer TTransformation.initTransformer()
          create The Transformer Handler
 void TTransformation.bindParameters(Parameters p)
           
 void TReader.execProcess()
          Exec the process :parse a file or an URL content
 void TReader.execProcess(java.lang.String file)
          Begins the parse of a file.
abstract  void TReader.read()
          This is the only method a developper has to implement in order to create a new reader.
 void TSerializer.setOutputStream()
          Sets the outputStream attribute of the TSerializer object
 void TSerializer.bindParameters(Parameters p)
          Binds parameters of this object
 void TProcessComposite.bindParameters(Parameters p)
           
 void TProcessComposite.bindPorts()
           
 void TProcessComposite.bindPorts(TProcess process)
           
 void TProcessComposite.execProcess(boolean useThread)
          Call the execution of the process
 void TLoop.bindPorts(TProcess process)
          links ports and creates feedbacks.
 void TLoop.reset()
          Initializes all inner processes for a new loop.
 void TProcess.reset()
           
 void TProcess.bindParameters(Parameters p)
          bind the parameters of the process to the runtime parameters
 

Uses of TMRuntimeException in fr.fluxmedia.transmorpher.stdlib
 

Methods in fr.fluxmedia.transmorpher.stdlib that throw TMRuntimeException
 void WriteFile.setOutputStream()
          Sets the ouput file of this serializer
 void WriteFile.reset()
          Creates a new transformer handler at each loop in a repeat
 

Constructors in fr.fluxmedia.transmorpher.stdlib that throw TMRuntimeException
WriteFile(java.lang.String[] pIn, Parameters pParam, StringParameters pStaticAttributes)
          Constructor for the WriteFile object
StdOut(java.lang.String[] pIn, Parameters pParam, StringParameters pStaticAttributes)
          Constructor for the StdOut object
 


INRIA & FluxMedia

..no bottom yet...