Uses of Interface
org.apache.uima.collection.metadata.CasProcessorMaxRestarts

Packages that use CasProcessorMaxRestarts
org.apache.uima.collection.impl.metadata.cpe   
org.apache.uima.collection.metadata Java object representation of a CPE Descriptor. 
org.apache.uima.impl Contains reference implementations of the interfaces in org.apache.uima
 

Uses of CasProcessorMaxRestarts in org.apache.uima.collection.impl.metadata.cpe
 

Classes in org.apache.uima.collection.impl.metadata.cpe that implement CasProcessorMaxRestarts
 class CasProcessorMaxRestartsImpl
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe that return CasProcessorMaxRestarts
 CasProcessorMaxRestarts CasProcessorErrorHandlingImpl.getMaxConsecutiveRestarts()
           
static CasProcessorMaxRestarts CpeDescriptorFactory.produceCasProcessorMaxRestarts()
           
 

Methods in org.apache.uima.collection.impl.metadata.cpe with parameters of type CasProcessorMaxRestarts
 void CasProcessorErrorHandlingImpl.setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts)
           
 

Uses of CasProcessorMaxRestarts in org.apache.uima.collection.metadata
 

Methods in org.apache.uima.collection.metadata that return CasProcessorMaxRestarts
 CasProcessorMaxRestarts CasProcessorErrorHandling.getMaxConsecutiveRestarts()
          Returns max number of restarts allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached.
 

Methods in org.apache.uima.collection.metadata with parameters of type CasProcessorMaxRestarts
 void CasProcessorErrorHandling.setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts)
          Sets max number of restarts allowed for a CasProcessor and an action to take by the CPE in case the threshold is reached.
 

Uses of CasProcessorMaxRestarts in org.apache.uima.impl
 

Methods in org.apache.uima.impl that return CasProcessorMaxRestarts
 CasProcessorMaxRestarts ResourceSpecifierFactory_impl.createCasProcessorMaxRestarts()
           
 



Copyright © 2011. All Rights Reserved.