|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JmsTopic
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 |
---|
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.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |