IBM WebSphere Application ServerTM
Release 7

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 Summary
 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.
 
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.

IBM WebSphere Application ServerTM
Release 7