@Deprecated public class SelectorDestination extends Object implements Queue, Topic, TemporaryQueue, TemporaryTopic, Serializable
| Constructor and Description |
|---|
SelectorDestination(String destination)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Deprecated.
|
String |
getQueueName()
Deprecated.
|
String |
getTopicName()
Deprecated.
|
boolean |
isQueue()
Deprecated.
|
boolean |
isTopic()
Deprecated.
|
String |
toString()
Deprecated.
|
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 © 2015 Calrissian. All rights reserved.