org.apache.uima.resourceSpecifier.factory
Interface RemoteDelegateConfiguration

All Superinterfaces:
DelegateConfiguration
All Known Implementing Classes:
RemoteDelegateConfigurationImpl

public interface RemoteDelegateConfiguration
extends DelegateConfiguration

The Interface RemoteDelegateConfiguration.


Method Summary
 String getBroker()
          Gets the broker.
 String getEndpoint()
          Gets the endpoint.
 int getPrefetch()
          Gets the prefetch.
 int getRemoteReplyQueueScaleout()
          Gets the remote reply queue scaleout.
 SerializationStrategy getSerialization()
          Gets the serialization.
 void setBroker(String brokerURL)
          Sets the broker.
 void setEndpoint(String endpoint)
          Sets the endpoint.
 void setPrefetch(int prefetch)
          Sets the prefetch.
 void setRemoteReplyQueueScaleout(int scaleup)
          Sets the remote reply queue scaleout.
 void setSerialization(SerializationStrategy ser)
          Sets the serialization.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.DelegateConfiguration
getCasPoolSize, getCollectionProcessCompleteErrorHandlingSettings, getGetMetaErrorHandlingSettings, getInitialHeapSize, getKey, getProcessErrorHandlingSettings, isCasMultiplier, isRemote, processParentLast, setCasMultiplier, setCasPoolSize, setCollectionProcessCompleteErrorHandlingSettings, setGetMetaErrorHandlingSettings, setInitialHeapSize, setKey, setProcessErrorHandlingSettings, setProcessParentLast, setRemote
 

Method Detail

setBroker

void setBroker(String brokerURL)
Sets the broker.

Parameters:
brokerURL - the new broker

getBroker

String getBroker()
Gets the broker.

Returns:
the broker

setEndpoint

void setEndpoint(String endpoint)
Sets the endpoint.

Parameters:
endpoint - the new endpoint

getEndpoint

String getEndpoint()
Gets the endpoint.

Returns:
the endpoint

setRemoteReplyQueueScaleout

void setRemoteReplyQueueScaleout(int scaleup)
Sets the remote reply queue scaleout.

Parameters:
scaleup - the new remote reply queue scaleout

getRemoteReplyQueueScaleout

int getRemoteReplyQueueScaleout()
Gets the remote reply queue scaleout.

Returns:
the remote reply queue scaleout

setSerialization

void setSerialization(SerializationStrategy ser)
Sets the serialization.

Parameters:
ser - the new serialization

getSerialization

SerializationStrategy getSerialization()
Gets the serialization.

Returns:
the serialization

setPrefetch

void setPrefetch(int prefetch)
Sets the prefetch.

Parameters:
prefetch - the new prefetch

getPrefetch

int getPrefetch()
Gets the prefetch.

Returns:
the prefetch


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