Package com.swiftmq.jms
Class TemporaryTopicImpl
java.lang.Object
com.swiftmq.jms.QueueImpl
com.swiftmq.jms.TopicImpl
com.swiftmq.jms.TemporaryTopicImpl
- All Implemented Interfaces:
DestinationImpl
,Serializable
,javax.jms.Destination
,javax.jms.Queue
,javax.jms.TemporaryTopic
,javax.jms.Topic
,Referenceable
- Version:
- 1.0
- Author:
- Andreas Mueller, IIT GmbH
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
TemporaryTopicImpl
(String queueName, SwiftMQConnection connection) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
int
getType()
boolean
isCreatingSession
(SessionImpl session) void
setCreatingSession
(SessionImpl creatingSession) Methods inherited from class com.swiftmq.jms.TopicImpl
getReference, getTopicName, readContent, setTopicName, toString, unfoldBuffers, writeContent
Methods inherited from class com.swiftmq.jms.QueueImpl
getQueueName, setQueueName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javax.jms.Topic
getTopicName, toString
-
Constructor Details
-
TemporaryTopicImpl
-
TemporaryTopicImpl
protected TemporaryTopicImpl()
-
-
Method Details
-
setCreatingSession
-
isCreatingSession
-
getType
public int getType()- Specified by:
getType
in interfaceDestinationImpl
- Overrides:
getType
in classTopicImpl
-
delete
public void delete() throws javax.jms.JMSException- Specified by:
delete
in interfacejavax.jms.TemporaryTopic
- Throws:
javax.jms.JMSException
-