com.ibm.websphere.sib.api.jms
Interface JmsTopic
All Superinterfaces:
javax.jms.Destination, JmsDestination, javax.naming.Referenceable, java.io.Serializable, javax.jms.Topic
- public interface JmsTopic
- extends javax.jms.Topic, JmsDestination
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getTopicName()
Get the TopicName for this topic
|
|
getTopicSpace()
Get the TopicSpace for this topic.
|
|
setTopicName(java.lang.String topicName)
Set the TopicName for this topic.
|
|
setTopicSpace(java.lang.String topicSpace)
Set the TopicSpace for this topic.
|
| Methods inherited from interface javax.jms.Topic |
|---|
toString |
| Methods inherited from interface com.ibm.websphere.sib.api.jms.JmsDestination |
|---|
getBusName, getDeliveryMode, getDestDiscrim, getDestName, getPriority, getReadAhead, getTimeToLive, setBusName, setDeliveryMode, setPriority, setReadAhead, setTimeToLive |
| Methods inherited from interface javax.naming.Referenceable |
|---|
getReference |
Method Detail
setTopicSpace
- void setTopicSpace(java.lang.String topicSpace)
- throws javax.jms.JMSException
Set the TopicSpace for this topic.
Parameters:
topicSpace - Throws:
javax.jms.JMSException - if there is a problem setting this property. getTopicSpace
- java.lang.String getTopicSpace( )
- throws javax.jms.JMSException
Get the TopicSpace for this topic.
Returns:
the TopicSpace.
Throws:
javax.jms.JMSException - if there is a problem getting this property. setTopicName
- void setTopicName(java.lang.String topicName)
- throws javax.jms.JMSException
Set the TopicName for this topic.
Parameters:
topicName - Throws:
javax.jms.JMSException - if there is a problem setting this property. getTopicName
- java.lang.String getTopicName()
- throws javax.jms.JMSException
Get the TopicName for this topic
Specified by:
getTopicName in interface javax.jms.Topic
Returns:
the TopicName
Throws:
javax.jms.JMSException - if there is a problem getting this property.