|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.engine.TProcess_Impl | +--fr.fluxmedia.transmorpher.engine.TProcessBasic | +--fr.fluxmedia.transmorpher.engine.TDispatcher
this class define the dispatcher process. dispatch one data flow to different process.
Field Summary | |
org.xml.sax.ContentHandler[] |
contentHandlers
a list of content handler to dispatch information |
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic |
finished, isThread, param, procThread, type |
Fields inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
debug, id, iListIn, iListOfParameters, iListOut, iName, iNbIn, iNbOut, nameFather, nameIn, nameOut |
Constructor Summary | |
TDispatcher(java.lang.String[] pIn,
java.lang.String[] pOut,
Parameters pParam)
the constructor |
Method Summary | |
void |
generatePort()
Generates ports for this component |
void |
setContentHandler(int i,
org.xml.sax.ContentHandler pContentHandler)
Sets the content handler at index i in the content handlers list. |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcessBasic |
execProcess, getFinished, getType, initParameters, run, setFinished, setThread, setType |
Methods inherited from class fr.fluxmedia.transmorpher.engine.TProcess_Impl |
bindParameters, 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 |
|
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Field Detail |
public org.xml.sax.ContentHandler[] contentHandlers
Constructor Detail |
public TDispatcher(java.lang.String[] pIn, java.lang.String[] pOut, Parameters pParam)
pIn
- In port namespOut
- Out port namespParam
- Description of the ParameterMethod Detail |
public final void setContentHandler(int i, org.xml.sax.ContentHandler pContentHandler)
i
- The index valuepContentHandler
- The new contentHandler valuepublic void generatePort()
generatePort
in class TProcess_Impl
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |