net.sf.dropboxmq.destinations
Class TopicImpl
java.lang.Object
net.sf.dropboxmq.destinations.DestinationImpl
net.sf.dropboxmq.destinations.TopicImpl
- All Implemented Interfaces:
- Serializable, Destination, Topic
- Direct Known Subclasses:
- TemporaryTopicImpl
public class TopicImpl
- extends DestinationImpl
- implements Topic
Created: 10 Mar 2006
- Version:
- $Revision: 219 $, $Date: 2010-12-05 14:40:43 -0700 (Sun, 05 Dec 2010) $
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
TopicImpl
public TopicImpl()
TopicImpl
public TopicImpl(String name)
getTopicName
public String getTopicName()
throws JMSException
- Description copied from interface:
javax.jms.Topic
- Gets the name of this topic.
Clients that depend upon the name are not portable.
- Specified by:
getTopicName
in interface Topic
- Returns:
- the topic name
- Throws:
JMSException
- if the JMS provider implementation of
Topic
fails to return the topic
name due to some internal
error.