Class TransformationConnectorPoolFactory
- java.lang.Object
-
- org.apache.manifoldcf.agents.interfaces.TransformationConnectorPoolFactory
-
public class TransformationConnectorPoolFactory extends java.lang.ObjectTransformation connector pool manager factory.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ITransformationConnectorPoolmake(IThreadContext tc)Make a transformation connector pool handle.
-
-
-
Field Detail
-
_rcsid
public static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static ITransformationConnectorPool make(IThreadContext tc) throws ManifoldCFException
Make a transformation connector pool handle.- Parameters:
tc- is the thread context.- Returns:
- the handle.
- Throws:
ManifoldCFException
-
-