public class PollQuery
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
PollQuery() |
|
PollQuery(byte[] queue,
long timeout,
boolean isAutoAck,
QueueEntrySelector selector) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getQueue() |
QueueEntrySelector |
getSelector() |
long |
getTimeout() |
boolean |
isAutoAck() |
java.lang.String |
toString() |
protected PollQuery()
public PollQuery(byte[] queue, long timeout, boolean isAutoAck, QueueEntrySelector selector)
public byte[] getQueue()
public long getTimeout()
public boolean isAutoAck()
public QueueEntrySelector getSelector()
public java.lang.String toString()
toString
in class java.lang.Object