|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputQueue
An object that holds configuration that is part of the CPE descriptor. It provides the means of configuring CPE output queue that is shared between processing pipelines and cas consumers
Method Summary | |
---|---|
int |
getDequeueTimeout()
Milliseconds to wait for new message |
String |
getQueueClass()
Class name of the queue object to be used as Output Queue |
void |
setDequeueTimeout(int i)
Define the time (in ms) to wait for a new message |
void |
setQueueClass(String string)
Define a class for a queue object |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Method Detail |
---|
int getDequeueTimeout()
String getQueueClass()
void setDequeueTimeout(int i)
i
- void setQueueClass(String string)
string
- -
name of the queue class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |