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

java.lang.Object
  extended by org.apache.uima.resourceSpecifier.factory.impl.ErrorHandlingSettingsImpl
      extended by org.apache.uima.resourceSpecifier.factory.impl.GetMetaErrorHandlingSettingsImpl
All Implemented Interfaces:
ErrorHandlingSettings, GetMetaErrorHandlingSettings

public class GetMetaErrorHandlingSettingsImpl
extends ErrorHandlingSettingsImpl
implements GetMetaErrorHandlingSettings

The Class GetMetaErrorHandlingSettingsImpl.


Constructor Summary
GetMetaErrorHandlingSettingsImpl()
          Instantiates a new gets the meta error handling settings impl.
GetMetaErrorHandlingSettingsImpl(int retryCount, int timeout, Action action)
          Instantiates a new gets the meta error handling settings impl.
 
Method Summary
 
Methods inherited from class org.apache.uima.resourceSpecifier.factory.impl.ErrorHandlingSettingsImpl
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout
 
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.ErrorHandlingSettings
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout
 

Constructor Detail

GetMetaErrorHandlingSettingsImpl

public GetMetaErrorHandlingSettingsImpl()
Instantiates a new gets the meta error handling settings impl.


GetMetaErrorHandlingSettingsImpl

public GetMetaErrorHandlingSettingsImpl(int retryCount,
                                        int timeout,
                                        Action action)
Instantiates a new gets the meta error handling settings impl.

Parameters:
retryCount - the retry count
timeout - the timeout
action - the action


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