com.ibm.websphere.sib.api.jms

Interface JmsTopic

All Superinterfaces:
javax.jms.Destination, JmsDestination, javax.naming.Referenceable, java.io.Serializable, javax.jms.Topic

  1. public interface JmsTopic
  2. extends javax.jms.Topic, JmsDestination
Contains provider specific methods relating to the javax.jms.Topic interface.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getTopicName()
Get the TopicName for this topic
  1. java.lang.String
getTopicSpace()
Get the TopicSpace for this topic.
  1. void
setTopicName(java.lang.String topicName)
Set the TopicName for this topic.
  1. void
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

  1. void setTopicSpace(java.lang.String topicSpace)
  2. 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

  1. java.lang.String getTopicSpace( )
  2. 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

  1. void setTopicName(java.lang.String topicName)
  2. 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

  1. java.lang.String getTopicName()
  2. 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.