org.jboss.jms.destination
Class JBossTemporaryTopic

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

public class JBossTemporaryTopic
extends JBossTopic

Version:
$Revision: 707 $ $Id: JBossTemporaryTopic.java 707 2006-03-07 17:11:38Z timfox $
Author:
Tim Fox
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.jms.destination.JBossDestination
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
 
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.