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

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.RemoteDelegateErrorConfigurationImpl
All Implemented Interfaces:
RemoteDelegateErrorConfiguration

public class RemoteDelegateErrorConfigurationImpl
extends Object
implements RemoteDelegateErrorConfiguration

The Class RemoteDelegateErrorConfigurationImpl.


Constructor Summary
RemoteDelegateErrorConfigurationImpl(ErrorHandlingSettings... settings)
          Instantiates a new remote delegate error configuration impl.
 
Method Summary
 GetMetaErrorHandlingSettings getGetMetaErrorHandlingSettings()
          Gets the gets the meta error handling settings.
 ProcessErrorHandlingSettings getProcessErrorHandlingSettings()
          Gets the process error handling settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDelegateErrorConfigurationImpl

public RemoteDelegateErrorConfigurationImpl(ErrorHandlingSettings... settings)
Instantiates a new remote delegate error configuration impl.

Parameters:
settings - the settings
Method Detail

getGetMetaErrorHandlingSettings

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

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

getProcessErrorHandlingSettings

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

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


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