Class TemporaryTopicImpl

All Implemented Interfaces:
DestinationImpl, Serializable, javax.jms.Destination, javax.jms.Queue, javax.jms.TemporaryTopic, javax.jms.Topic, Referenceable

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

    • TemporaryTopicImpl

      public TemporaryTopicImpl(String queueName, SwiftMQConnection connection)
    • TemporaryTopicImpl

      protected TemporaryTopicImpl()
  • Method Details

    • setCreatingSession

      public void setCreatingSession(SessionImpl creatingSession)
    • isCreatingSession

      public boolean isCreatingSession(SessionImpl session)
    • getType

      public int getType()
      Specified by:
      getType in interface DestinationImpl
      Overrides:
      getType in class TopicImpl
    • delete

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