public interface RemoteDelegateEngine extends DelegateAnalysisEngine
Modifier and Type | Method and Description |
---|---|
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.
|
getCasMultiplier, getConfiguration, getKey, getReplyQueueScaleup, isAggregate, isRemote, setCasMultiplier, setKey, setReplyQueueScaleup
InputQueue getInputQueue()
void setInputQueue(InputQueue iq)
iq
- the new input queueSerializationStrategy getSerializationStrategy()
void setSerializationStrategy(SerializationStrategy ss)
ss
- the new serialization strategyRemoteDelegateErrorConfiguration getErrorConfiguration()
void setRemoteDelegateErrorConfiguration(RemoteDelegateErrorConfiguration er)
er
- the new remote delegate error configurationCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.