INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TConnector

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
        |
        +--fr.fluxmedia.transmorpher.TProcessFactory.TProcessBasic
              |
              +--fr.fluxmedia.transmorpher.TProcessFactory.TConnector
All Implemented Interfaces:
TProcess

public final class TConnector
extends TProcessBasic

This class based on the TProcessBasic allow to define a Connector. A connector is a N -> 1 element. It 's allow to merge a set of ContentHandler flow

Since:
jdk 1.2 / SAX 2.0
See Also:
OneMixer, MultipleMixer, fr.fluxmedia.transmorpher.TProcessFactory.ProcessBasic

Field Summary
(package private)  MultipleMixer iMM
          The multiple mixer which realize the merge
 
Fields inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
iListIn, iListOut, iName, iNbIn, iNbOut
 
Constructor Summary
TConnector(String[] pIn, String[] pOut)
          The constructor
 
Method Summary
 ContentHandler getContentHandler()
          Allow to get the content handler for in port
 TProcess internalCopy()
          Copy the connector, this method is called by the copy method of the PRocess_impl classes
 void setContentHandler(ContentHandler pContentHandler)
          Allow to set the content handler on Mixer for out port
 
Methods inherited from class fr.fluxmedia.transmorpher.TProcessFactory.TProcess_Impl
Copy, getIn, getIn, getName, getOut, getOut, setIn, setName, setOut
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

iMM

MultipleMixer iMM
The multiple mixer which realize the merge
Constructor Detail

TConnector

public TConnector(String[] pIn,
                  String[] pOut)
The constructor
Method Detail

setContentHandler

public final void setContentHandler(ContentHandler pContentHandler)
Allow to set the content handler on Mixer for out port

getContentHandler

public final ContentHandler getContentHandler()
Allow to get the content handler for in port

internalCopy

public final TProcess internalCopy()
Copy the connector, this method is called by the copy method of the PRocess_impl classes
Overrides:
internalCopy in class TProcess_Impl

INRIA & FluxMedia

...