cgl.narada.jms
Class JmsTemporaryTopic

java.lang.Object
  extended by cgl.narada.jms.JmsTopic
      extended by cgl.narada.jms.JmsTemporaryTopic
All Implemented Interfaces:
JmsDebugFlags, Destination, TemporaryTopic, Topic

public class JmsTemporaryTopic
extends JmsTopic
implements TemporaryTopic

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.


Field Summary
 
Fields inherited from interface cgl.narada.jms.JmsDebugFlags
JmsConnection_Debug, JmsDestination_Debug, JmsHeader_Debug, JmsLogger_Debug, JmsMessage_Debug, JmsObjectMessage_Debug, JmsProperties_Debug, JmsTextMessage_Debug, JmsTopic_Debug, JmsTopicAndSelectorVerifier_Debug, JmsTopicConnection_Debug, JmsTopicConnectionFactory_Debug, JmsTopicPublisher_Debug, JmsTopicSession_Debug, JmsTopicSubscriber_Debug
 
Constructor Summary
JmsTemporaryTopic(JmsTopicSession jmsTopicSession)
           
 
Method Summary
 void delete()
           
 
Methods inherited from class cgl.narada.jms.JmsTopic
equals, getBytes, getTopicName, hashCode, main, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.jms.Topic
getTopicName, toString
 

Constructor Detail

JmsTemporaryTopic

public JmsTemporaryTopic(JmsTopicSession jmsTopicSession)
Method Detail

delete

public void delete()
            throws JMSException
Specified by:
delete in interface TemporaryTopic
Overrides:
delete in class JmsTopic
Throws:
JMSException


For comments and suggestions please send e-mail to The NaradaBrokering Project