org.apache.uima.resourceSpecifier.factory.impl
Class UimaASPrimitiveDeploymentDescriptorImpl

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.DeploymentDescriptorImpl
      extended by org.apache.uima.resourceSpecifier.factory.impl.UimaASPrimitiveDeploymentDescriptorImpl
All Implemented Interfaces:
DeploymentDescriptor, UimaASPrimitiveDeploymentDescriptor

public class UimaASPrimitiveDeploymentDescriptorImpl
extends DeploymentDescriptorImpl
implements UimaASPrimitiveDeploymentDescriptor

The Class UimaASPrimitiveDeploymentDescriptorImpl.


Field Summary
 
Fields inherited from class org.apache.uima.resourceSpecifier.factory.impl.DeploymentDescriptorImpl
deploymentDescriptor
 
Constructor Summary
UimaASPrimitiveDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd, ServiceContext context)
          Instantiates a new uima as primitive deployment descriptor impl.
 
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 class org.apache.uima.resourceSpecifier.factory.impl.DeploymentDescriptorImpl
getBroker, getCasPoolSize, getDeploymentDescriptor, getDescription, getEndpoint, getInitialHeapSize, getName, getPrefetch, getProtocol, getProvider, getServiceAnalysisEngineDescriptor, isAsync, save, setAsync, setBroker, setCasPoolSize, setDescription, setEndoint, setInitialHeapSize, setName, setPrefetch, setProtocol, setProvider, setServiceAnalysisEngineDescriptor, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

UimaASPrimitiveDeploymentDescriptorImpl

public UimaASPrimitiveDeploymentDescriptorImpl(org.apache.uima.resourceSpecifier.AnalysisEngineDeploymentDescriptionDocument dd,
                                               ServiceContext context)
Instantiates a new uima as primitive deployment descriptor impl.

Parameters:
dd - the dd
context - the context
Method Detail

setScaleup

public void setScaleup(int scaleup)
Description copied from interface: UimaASPrimitiveDeploymentDescriptor
Sets the scaleup.

Specified by:
setScaleup in interface UimaASPrimitiveDeploymentDescriptor
Parameters:
scaleup - the new scaleup

getScaleup

public int getScaleup()
Description copied from interface: UimaASPrimitiveDeploymentDescriptor
Gets the scaleup.

Specified by:
getScaleup in interface UimaASPrimitiveDeploymentDescriptor
Returns:
the scaleup

getProcessErrorHandlingSettings

public ProcessCasErrors getProcessErrorHandlingSettings()
Description copied from interface: UimaASPrimitiveDeploymentDescriptor
Gets the process error handling settings.

Specified by:
getProcessErrorHandlingSettings in interface UimaASPrimitiveDeploymentDescriptor
Returns:
the process error handling settings

getGetMetaErrorHandlingSettings

public GetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
Description copied from interface: UimaASPrimitiveDeploymentDescriptor
Gets the gets the meta error handling settings.

Specified by:
getGetMetaErrorHandlingSettings in interface UimaASPrimitiveDeploymentDescriptor
Returns:
the gets the meta error handling settings

getCollectionProcessCompleteErrorHandlingSettings

public CollectionProcessCompleteErrors getCollectionProcessCompleteErrorHandlingSettings()
Description copied from interface: UimaASPrimitiveDeploymentDescriptor
Gets the collection process complete error handling settings.

Specified by:
getCollectionProcessCompleteErrorHandlingSettings in interface UimaASPrimitiveDeploymentDescriptor
Returns:
the collection process complete error handling settings


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