public class SQSQueueDestination
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getQueueName()
Returns the name of this queue.
|
java.lang.String |
getQueueUrl()
Returns the queueUrl of this queue.
|
int |
hashCode() |
boolean |
isFifo() |
java.lang.String |
toString() |
public java.lang.String getQueueName()
throws JMSException
JMSExceptionpublic java.lang.String getQueueUrl()
public boolean isFifo()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object