Class TemporaryTopicRef
- java.lang.Object
-
- net.timewalker.ffmq4.common.destination.DestinationRef
-
- net.timewalker.ffmq4.common.destination.TopicRef
-
- net.timewalker.ffmq4.common.destination.TemporaryTopicRef
-
- All Implemented Interfaces:
Serializable,javax.jms.Destination,javax.jms.TemporaryTopic,javax.jms.Topic,Referenceable,TemporaryDestination
public final class TemporaryTopicRef extends TopicRef implements javax.jms.TemporaryTopic, TemporaryDestination
Implementation of a TemporaryTopic reference (not a real topic)
- See Also:
DestinationRef, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemporaryTopicRef(AbstractConnection connection, String topicName)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()StringtoString()-
Methods inherited from class net.timewalker.ffmq4.common.destination.TopicRef
getReference, getResourceName, getTopicName
-
-
-
-
Constructor Detail
-
TemporaryTopicRef
public TemporaryTopicRef(AbstractConnection connection, String topicName)
Constructor
-
-