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

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

public class TemporaryTopicImpl
extends TopicImpl
implements javax.jms.TemporaryTopic

Created by IntelliJ IDEA. User: yong.cheng Date: 2003-5-20 Time: 22:06:42 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
TemporaryTopicImpl()
           
TemporaryTopicImpl(java.lang.String destinationName)
           
 
Method Summary
 void delete()
           
 
Methods inherited from class org.huihoo.jfox.ms.jms.topic.TopicImpl
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
getTopicName, toString
 

Constructor Detail

TemporaryTopicImpl

public TemporaryTopicImpl()

TemporaryTopicImpl

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

delete

public void delete()
            throws javax.jms.JMSException
Specified by:
delete in interface javax.jms.TemporaryTopic
Throws:
javax.jms.JMSException


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