Uses of Interface
org.apache.uima.resource.CasManager

Packages that use CasManager
org.apache.uima.resource Interfaces for Resources and ResourceSpecifiers
org.apache.uima.util Utility classes and interfaces used by UIMA components. 
 

Uses of CasManager in org.apache.uima.resource
 

Methods in org.apache.uima.resource that return CasManager
 CasManager CasDefinition.getCasManager()
          Gets the CasManager associated with this CAS Definition.
 CasManager ResourceManager.getCasManager()
          Gets the CasManager, which manages the creation and pooling of CASes.
 CasManager Resource_ImplBase.getCasManager()
          Get the CasManager for this Resource.
 

Uses of CasManager in org.apache.uima.util
 

Constructors in org.apache.uima.util with parameters of type CasManager
CasPool(int aNumInstances, CasManager aCasManager, Properties aPerformanceTuningSettings)
          Creates a new CasPool
 



Copyright © 2007 The Apache Software Foundation. All Rights Reserved.