org.huihoo.jfox.ms.jms.topic
Class TopicImpl

java.lang.Object
  extended byorg.huihoo.jfox.ms.jms.base.DestinationImpl
      extended byorg.huihoo.jfox.ms.jms.topic.TopicImpl
All Implemented Interfaces:
javax.jms.Destination, javax.naming.Referenceable, java.io.Serializable, javax.jms.Topic
Direct Known Subclasses:
TemporaryTopicImpl

public class TopicImpl
extends DestinationImpl
implements javax.jms.Topic

Created by IntelliJ IDEA. User: yong.cheng Date: 2003-5-20 Time: 21:49:23 To change this template use Options | File Templates.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.huihoo.jfox.ms.jms.base.DestinationImpl
QUEUE, TOPIC
 
Constructor Summary
TopicImpl()
           
TopicImpl(java.lang.String destinationName)
           
 
Method Summary
 java.lang.String getTopicName()
           
 
Methods inherited from class org.huihoo.jfox.ms.jms.base.DestinationImpl
getName, getReference, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jms.Topic
toString
 

Constructor Detail

TopicImpl

public TopicImpl()

TopicImpl

public TopicImpl(java.lang.String destinationName)
Method Detail

getTopicName

public java.lang.String getTopicName()
                              throws javax.jms.JMSException
Specified by:
getTopicName in interface javax.jms.Topic
Throws:
javax.jms.JMSException


Copyright © 2002-2003 Open Enterprise Foundation. All Rights Reserved.