org.apache.uima.resourceSpecifier.factory
Interface RemoteDelegateEngine

All Superinterfaces:
DelegateAnalysisEngine
All Known Implementing Classes:
RemoteDelegateEngineImpl

public interface RemoteDelegateEngine
extends DelegateAnalysisEngine

The Interface RemoteDelegateEngine.


Method Summary
 RemoteDelegateErrorConfiguration getErrorConfiguration()
          Gets the error configuration.
 InputQueue getInputQueue()
          Gets the input queue.
 SerializationStrategy getSerializationStrategy()
          Gets the serialization strategy.
 void setInputQueue(InputQueue iq)
          Sets the input queue.
 void setRemoteDelegateErrorConfiguration(RemoteDelegateErrorConfiguration er)
          Sets the remote delegate error configuration.
 void setSerializationStrategy(SerializationStrategy ss)
          Sets the serialization strategy.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DelegateAnalysisEngine
getCasMultiplier, getConfiguration, getKey, getReplyQueueScaleup, isAggregate, isRemote, setCasMultiplier, setKey, setReplyQueueScaleup
 

Method Detail

getInputQueue

InputQueue getInputQueue()
Gets the input queue.

Returns:
the input queue

setInputQueue

void setInputQueue(InputQueue iq)
Sets the input queue.

Parameters:
iq - the new input queue

getSerializationStrategy

SerializationStrategy getSerializationStrategy()
Gets the serialization strategy.

Returns:
the serialization strategy

setSerializationStrategy

void setSerializationStrategy(SerializationStrategy ss)
Sets the serialization strategy.

Parameters:
ss - the new serialization strategy

getErrorConfiguration

RemoteDelegateErrorConfiguration getErrorConfiguration()
Gets the error configuration.

Returns:
the error configuration

setRemoteDelegateErrorConfiguration

void setRemoteDelegateErrorConfiguration(RemoteDelegateErrorConfiguration er)
Sets the remote delegate error configuration.

Parameters:
er - the new remote delegate error configuration


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