public interface JmsTopic extends javax.jms.Topic, JmsDestination
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTopicName()
Get the TopicName for this topic
|
java.lang.String |
getTopicSpace()
Get the TopicSpace for this topic.
|
void |
setTopicName(java.lang.String topicName)
Set the TopicName for this topic.
|
void |
setTopicSpace(java.lang.String topicSpace)
Set the TopicSpace for this topic.
|
getBusName, getDeliveryMode, getDestDiscrim, getDestName, getPriority, getReadAhead, getTimeToLive, setBusName, setDeliveryMode, setPriority, setReadAhead, setTimeToLive
void setTopicSpace(java.lang.String topicSpace) throws javax.jms.JMSException
topicSpace
- javax.jms.JMSException
- if there is a problem setting this property.java.lang.String getTopicSpace() throws javax.jms.JMSException
javax.jms.JMSException
- if there is a problem getting this property.void setTopicName(java.lang.String topicName) throws javax.jms.JMSException
topicName
- javax.jms.JMSException
- if there is a problem setting this property.java.lang.String getTopicName() throws javax.jms.JMSException
getTopicName
in interface javax.jms.Topic
javax.jms.JMSException
- if there is a problem getting this property.