Uses of Class
org.apache.uima.util.CasPool

Packages that use CasPool
org.apache.uima.adapter.vinci   
org.apache.uima.analysis_engine.service.impl   
org.apache.uima.resource.impl   
org.apache.uima.util.impl   
 

Uses of CasPool in org.apache.uima.adapter.vinci
 

Constructors in org.apache.uima.adapter.vinci with parameters of type CasPool
CASTransportable(CasPool casPool, OutOfTypeSystemData outOfTypeSystemData, UimaContext uimaContext, boolean includeDocText)
          This constructor is used on the service side - a CAS Pool reference is provided.
 

Uses of CasPool in org.apache.uima.analysis_engine.service.impl
 

Methods in org.apache.uima.analysis_engine.service.impl that return CasPool
protected  CasPool AnalysisEngineService_impl.getCasPool()
          Gets the CAS pool used by this service.
 

Uses of CasPool in org.apache.uima.resource.impl
 

Methods in org.apache.uima.resource.impl that return types with arguments of type CasPool
protected  java.util.Map<CAS,CasPool> CasManager_impl.getCasToCasPoolMap()
           
 

Methods in org.apache.uima.resource.impl with parameters of type CasPool
protected  void CasManager_impl.populateCasToCasPoolAndUimaContextMaps(CasPool aCasPool, UimaContext aUimaContext)
           
protected  void CasManager_impl.populateCasToCasPoolMap(CasPool aCasPool)
           
protected  void CasManager_impl.registerCasPoolMBean(java.lang.String aRequestorContextName, CasPool pool)
          Registers an MBean for the given CasPool.
 

Uses of CasPool in org.apache.uima.util.impl
 

Constructors in org.apache.uima.util.impl with parameters of type CasPool
CasPoolManagementImpl(CasPool aCasPool, java.lang.String aUniqueMBeanName)
           
 



Copyright © 2011. All Rights Reserved.