org.fusesource.stompjms
Class StompJmsTopic

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

public class StompJmsTopic
extends StompJmsDestination
implements javax.jms.Topic

TemporaryQueue

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
StompJmsTopic(java.lang.String name)
          Constructor
 
Method Summary
 java.lang.String getTopicName()
           
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.Topic
toString
 

Constructor Detail

StompJmsTopic

public StompJmsTopic(java.lang.String name)
Constructor

Parameters:
name -
Method Detail

getTopicName

public java.lang.String getTopicName()
Specified by:
getTopicName in interface javax.jms.Topic
Returns:
the name
See Also:
Topic.getTopicName()

getType

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


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