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
    Contains provider specific methods relating to the javax.jms.Topic interface.
    • 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.
IBM WebSphere Application ServerTM
Release 8.5