public class SelectorDestination extends Object implements Queue, Topic, TemporaryQueue, TemporaryTopic, Serializable
| Constructor and Description |
|---|
SelectorDestination(String destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
String |
getQueueName() |
String |
getTopicName() |
boolean |
isQueue() |
boolean |
isTopic() |
String |
toString() |
public SelectorDestination(String destination)
public boolean isQueue()
public boolean isTopic()
public String getQueueName() throws JMSException
getQueueName in interface QueueJMSExceptionpublic String getTopicName() throws JMSException
getTopicName in interface TopicJMSExceptionpublic void delete()
throws JMSException
delete in interface TemporaryQueuedelete in interface TemporaryTopicJMSExceptionCopyright © 2014 Calrissian. All rights reserved.