net.sf.dropboxmq.destinations
Class TemporaryTopicImpl
java.lang.Object
   net.sf.dropboxmq.destinations.DestinationImpl
net.sf.dropboxmq.destinations.DestinationImpl
       net.sf.dropboxmq.destinations.TopicImpl
net.sf.dropboxmq.destinations.TopicImpl
           net.sf.dropboxmq.destinations.TemporaryTopicImpl
net.sf.dropboxmq.destinations.TemporaryTopicImpl
- All Implemented Interfaces: 
- Serializable, Destination, TemporaryTopic, Topic
- public class TemporaryTopicImpl 
- extends TopicImpl- implements TemporaryTopic
Created: 10 Mar 2006
- Version:
- $Revision: 231 $, $Date: 2011-08-12 21:50:47 -0600 (Fri, 12 Aug 2011) $
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
 
| Method Summary | 
|  void | delete()Deletes this temporary topic.
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
TemporaryTopicImpl
public TemporaryTopicImpl(String name,
                          Configuration configuration)
delete
public void delete()
            throws JMSException
- Description copied from interface: javax.jms.TemporaryTopic
- Deletes this temporary topic. If there are existing subscribers
 still using it, a JMSExceptionwill be thrown.
 
- 
- Specified by:
- deletein interface- TemporaryTopic
 
- 
- Throws:
- JMSException- if the JMS provider fails to delete the
                         temporary topic due to some internal error.