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. 
 

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

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

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.
 



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