Class OutputConnectorManagerFactory
- java.lang.Object
-
- org.apache.manifoldcf.agents.interfaces.OutputConnectorManagerFactory
-
public class OutputConnectorManagerFactory extends java.lang.Object
Factory for output connector manager.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IOutputConnectorManager
make(IThreadContext tc)
Construct an output connector manager.
-
-
-
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
-
-