Novell exteNd Messaging Platform 5.2

javax.jms
Interface TemporaryTopic

All Superinterfaces:
Destination, Topic

public interface TemporaryTopic
extends Topic

A TemporaryTopic object is a unique Topic object created for the duration of a TopicConnection. It is a system-defined topic that can be consumed only by the TopicConnection that created it.

Version:
1.0 - 9 March 1998
Author:
Mark Hapner, Rich Burridge
See Also:
TopicSession.createTemporaryTopic()

Method Summary
 void delete()
          Deletes this temporary topic.
 
Methods inherited from interface javax.jms.Topic
getTopicName, toString
 

Method Detail

delete

public void delete()
            throws JMSException
Deletes this temporary topic. If there are existing subscribers still using it, a JMSException will be thrown.

Throws:
JMSException - if the JMS provider fails to delete the temporary topic due to some internal error.

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.