public interface OutputQueue extends MetaDataObject
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLint getDequeueTimeout()
String getQueueClass()
void setDequeueTimeout(int i)
i - the time (in ms) to wait for a new messagevoid setQueueClass(String string)
string - - name of the queue classCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.