org.apache.uima.resourceSpecifier.factory
Interface InputQueue

All Known Implementing Classes:
InputQueueImpl

public interface InputQueue

The Interface InputQueue.


Method Summary
 String getBroker()
          Gets the broker.
 String getEndpoint()
          Gets the endpoint.
 int getPrefetch()
          Gets the prefetch.
 void setBroker(String broker)
          Sets the broker.
 void setEndpoint(String endpoint)
          Sets the endpoint.
 void setPrefetch(int prefetch)
          Sets the prefetch.
 

Method Detail

getEndpoint

String getEndpoint()
Gets the endpoint.

Returns:
the endpoint

setEndpoint

void setEndpoint(String endpoint)
Sets the endpoint.

Parameters:
endpoint - the new endpoint

getBroker

String getBroker()
Gets the broker.

Returns:
the broker

setBroker

void setBroker(String broker)
Sets the broker.

Parameters:
broker - the new broker

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.