Class TemporaryTopicImpl

  • All Implemented Interfaces:
    DestinationImpl, java.io.Serializable, javax.jms.Destination, javax.jms.Queue, javax.jms.TemporaryTopic, javax.jms.Topic, javax.naming.Referenceable

    public class TemporaryTopicImpl
    extends TopicImpl
    implements javax.jms.TemporaryTopic
    Version:
    1.0
    Author:
    Andreas Mueller, IIT GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • TemporaryTopicImpl

        public TemporaryTopicImpl​(java.lang.String queueName,
                                  SwiftMQConnection connection)
      • TemporaryTopicImpl

        protected TemporaryTopicImpl()
    • Method Detail

      • setCreatingSession

        public void setCreatingSession​(SessionImpl creatingSession)
      • isCreatingSession

        public boolean isCreatingSession​(SessionImpl session)
      • delete

        public void delete()
                    throws javax.jms.JMSException
        Specified by:
        delete in interface javax.jms.TemporaryTopic
        Throws:
        javax.jms.JMSException