org.apache.uima.resourceSpecifier.factory
Interface UimaASPrimitiveDeploymentDescriptor

All Superinterfaces:
DeploymentDescriptor
All Known Implementing Classes:
UimaASPrimitiveDeploymentDescriptorImpl

public interface UimaASPrimitiveDeploymentDescriptor
extends DeploymentDescriptor

The Interface UimaASPrimitiveDeploymentDescriptor.


Method Summary
 CollectionProcessCompleteErrors getCollectionProcessCompleteErrorHandlingSettings()
          Gets the collection process complete error handling settings.
 GetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
          Gets the gets the meta error handling settings.
 ProcessCasErrors getProcessErrorHandlingSettings()
          Gets the process error handling settings.
 int getScaleup()
          Gets the scaleup.
 void setScaleup(int scaleup)
          Sets the scaleup.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DeploymentDescriptor
getBroker, getCasPoolSize, getDescription, getEndpoint, getInitialHeapSize, getName, getPrefetch, getProtocol, getProvider, getServiceAnalysisEngineDescriptor, isAsync, save, setAsync, setBroker, setCasPoolSize, setDescription, setEndoint, setInitialHeapSize, setName, setPrefetch, setProtocol, setProvider, setServiceAnalysisEngineDescriptor, toXML
 

Method Detail

setScaleup

void setScaleup(int scaleup)
Sets the scaleup.

Parameters:
scaleup - the new scaleup

getScaleup

int getScaleup()
Gets the scaleup.

Returns:
the scaleup

getProcessErrorHandlingSettings

ProcessCasErrors getProcessErrorHandlingSettings()
Gets the process error handling settings.

Returns:
the process error handling settings

getGetMetaErrorHandlingSettings

GetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
Gets the gets the meta error handling settings.

Returns:
the gets the meta error handling settings

getCollectionProcessCompleteErrorHandlingSettings

CollectionProcessCompleteErrors getCollectionProcessCompleteErrorHandlingSettings()
Gets the collection process complete error handling settings.

Returns:
the collection process complete error handling settings


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.