Uses of Class
org.apache.uima.collection.impl.cpm.container.ServiceProxyPool
-
Packages that use ServiceProxyPool Package Description org.apache.uima.collection.impl.base_cpm.container org.apache.uima.collection.impl.cpm.container -
-
Uses of ServiceProxyPool in org.apache.uima.collection.impl.base_cpm.container
Methods in org.apache.uima.collection.impl.base_cpm.container that return ServiceProxyPool Modifier and Type Method Description abstract ServiceProxyPool
ProcessingContainer. getPool()
-
Uses of ServiceProxyPool in org.apache.uima.collection.impl.cpm.container
Fields in org.apache.uima.collection.impl.cpm.container declared as ServiceProxyPool Modifier and Type Field Description ServiceProxyPool
ProcessingContainer_Impl. casProcessorPool
Methods in org.apache.uima.collection.impl.cpm.container that return ServiceProxyPool Modifier and Type Method Description ServiceProxyPool
ProcessingContainer_Impl. getPool()
Constructors in org.apache.uima.collection.impl.cpm.container with parameters of type ServiceProxyPool Constructor Description ProcessingContainer_Impl(CasProcessorConfiguration aCasProcessorConfig, ProcessingResourceMetaData aMetaData, ServiceProxyPool aCasProcessorPool)
Initialize container with CasProcessor configuration and pool containing instances of CasProcessor instances.
-