org.fusesource.stomp.jms
Class StompJmsTempQueue

java.lang.Object
  extended by org.fusesource.stomp.jms.jndi.JNDIStorable
      extended by org.fusesource.stomp.jms.StompJmsDestination
          extended by org.fusesource.stomp.jms.StompJmsTempQueue
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, java.lang.Comparable<StompJmsDestination>, javax.jms.Destination, javax.jms.Queue, javax.jms.TemporaryQueue, javax.naming.Referenceable

public class StompJmsTempQueue
extends StompJmsDestination
implements javax.jms.TemporaryQueue

TemporaryQueue

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fusesource.stomp.jms.StompJmsDestination
buffer, hashValue, physicalName, prefix, subscribeHeaders, temporary, topic, toString
 
Constructor Summary
StompJmsTempQueue(StompJmsConnection connection, java.lang.String name)
          Constructor
 
Method Summary
 void delete()
           
 java.lang.String getQueueName()
           
 
Methods inherited from class org.fusesource.stomp.jms.StompJmsDestination
buildFromProperties, compareTo, createDestination, equals, getPhysicalName, getPrefix, getSubscribeHeaders, hashCode, isQueue, isTemporary, isTopic, populateProperties, readExternal, setPrefix, setSubscribeHeaders, toBuffer, toString, writeExternal
 
Methods inherited from class org.fusesource.stomp.jms.jndi.JNDIStorable
getProperties, getProperty, getReference, setProperties
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jms.Queue
toString
 

Constructor Detail

StompJmsTempQueue

public StompJmsTempQueue(StompJmsConnection connection,
                         java.lang.String name)
Constructor

Parameters:
name -
Method Detail

delete

public void delete()
Specified by:
delete in interface javax.jms.TemporaryQueue
See Also:
TemporaryQueue.delete()

getQueueName

public java.lang.String getQueueName()
Specified by:
getQueueName in interface javax.jms.Queue
Returns:
name
See Also:
Queue.getQueueName()


Copyright © 2010-2012 FuseSource, Corp.. All Rights Reserved.