org.apache.manifoldcf.agents.interfaces
Class OutputConnectorManagerFactory

java.lang.Object
  extended by org.apache.manifoldcf.agents.interfaces.OutputConnectorManagerFactory

public class OutputConnectorManagerFactory
extends java.lang.Object

Factory for output connector manager.


Field Summary
static java.lang.String _rcsid
           
protected static java.lang.String connMgr
           
 
Method Summary
static IOutputConnectorManager make(IThreadContext tc)
          Construct an output connector manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_rcsid

public static final java.lang.String _rcsid
See Also:
Constant Field Values

connMgr

protected static final java.lang.String connMgr
See Also:
Constant Field Values
Method Detail

make

public static IOutputConnectorManager make(IThreadContext tc)
                                    throws ManifoldCFException
Construct an output connector manager.

Parameters:
tc - is the thread context.
Returns:
the output connector manager handle.
Throws:
ManifoldCFException