org.fusesource.stompjms
Class StompJmsQueue

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

public class StompJmsQueue
extends StompJmsDestination
implements javax.jms.Queue

Queue implementation

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fusesource.stompjms.StompJmsDestination
buffer, hashValue, physicalName, QUEUE_QUALIFIED_PREFIX, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_TOPIC_QUALIFED_PREFIX, temporary, topic, TOPIC_QUALIFIED_PREFIX, toString
 
Constructor Summary
StompJmsQueue(java.lang.String name)
          Constructor
 
Method Summary
 java.lang.String getQueueName()
           
protected  java.lang.String getType()
           
 
Methods inherited from class org.fusesource.stompjms.StompJmsDestination
buildFromProperties, compareTo, createDestination, equals, getPhysicalName, hashCode, isQueue, isTemporary, isTopic, populateProperties, readExternal, toBuffer, toString, writeExternal
 
Methods inherited from class org.fusesource.stompjms.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

StompJmsQueue

public StompJmsQueue(java.lang.String name)
Constructor

Parameters:
name -
Method Detail

getQueueName

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

getType

protected java.lang.String getType()
Specified by:
getType in class StompJmsDestination


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