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, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
int 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–2017 The Apache Software Foundation. All rights reserved.