Uses of Interface
org.apache.manifoldcf.agents.interfaces.ITransformationConnectorPool
-
-
Uses of ITransformationConnectorPool in org.apache.manifoldcf.agents.incrementalingest
Fields in org.apache.manifoldcf.agents.incrementalingest declared as ITransformationConnectorPool Modifier and Type Field Description protected ITransformationConnectorPoolIncrementalIngester. transformationConnectorPool -
Uses of ITransformationConnectorPool in org.apache.manifoldcf.agents.interfaces
Methods in org.apache.manifoldcf.agents.interfaces that return ITransformationConnectorPool Modifier and Type Method Description static ITransformationConnectorPoolTransformationConnectorPoolFactory. make(IThreadContext tc)Make a transformation connector pool handle. -
Uses of ITransformationConnectorPool in org.apache.manifoldcf.agents.transformationconnectorpool
Classes in org.apache.manifoldcf.agents.transformationconnectorpool that implement ITransformationConnectorPool Modifier and Type Class Description classTransformationConnectorPoolAn implementation of ITransformationConnectorPool.
-