org.jboss.jms.destination
Class JBossTemporaryTopic

java.lang.Object
  extended by org.jboss.jms.destination.JBossDestination
      extended by org.jboss.jms.destination.JBossTopic
          extended by org.jboss.jms.destination.JBossTemporaryTopic
All Implemented Interfaces:
java.io.Serializable

public class JBossTemporaryTopic
extends JBossTopic

Version:
$Revision: 2857 $ $Id: JBossTemporaryTopic.java 2857 2007-07-08 13:21:39Z timfox $
Author:
Tim Fox
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.jms.destination.JBossDestination
direct, name
 
Constructor Summary
JBossTemporaryTopic(SessionDelegate delegate)
           
JBossTemporaryTopic(java.lang.String name)
           
 
Method Summary
 void delete()
           
 boolean isTemporary()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.jms.destination.JBossTopic
getTopicName, isQueue, isTopic
 
Methods inherited from class org.jboss.jms.destination.JBossDestination
equals, getName, getReference, hashCode, isDirect, readDestination, writeDestination
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JBossTemporaryTopic

public JBossTemporaryTopic(SessionDelegate delegate)

JBossTemporaryTopic

public JBossTemporaryTopic(java.lang.String name)
Method Detail

delete

public void delete()
            throws JMSException
Throws:
JMSException

isTemporary

public boolean isTemporary()
Overrides:
isTemporary in class JBossDestination

toString

public java.lang.String toString()
Overrides:
toString in class JBossTopic


Copyright © 2006 JBoss Inc. All Rights Reserved.