Interface ActiveMQRAConnectionFactory

  • All Superinterfaces:
    javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, Referenceable, javax.resource.Referenceable, Serializable, javax.jms.TopicConnectionFactory, javax.jms.XAConnectionFactory, javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory
    All Known Implementing Classes:
    ActiveMQRAConnectionFactoryImpl

    public interface ActiveMQRAConnectionFactory
    extends javax.jms.XAQueueConnectionFactory, javax.jms.XATopicConnectionFactory, Serializable, javax.resource.Referenceable
    An aggregate interface for the JMS connection factories
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONNECTION
      Connection factory capable of handling connections
      static int QUEUE_CONNECTION
      Connection factory capable of handling queues
      static int TOPIC_CONNECTION
      Connection factory capable of handling topics
      static int XA_CONNECTION
      Connection factory capable of handling XA connections
      static int XA_QUEUE_CONNECTION
      Connection factory capable of handling XA queues
      static int XA_TOPIC_CONNECTION
      Connection factory capable of handling XA topics
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ActiveMQConnectionFactory getDefaultFactory()  
      ActiveMQResourceAdapter getResourceAdapter()  
      • Methods inherited from interface javax.jms.ConnectionFactory

        createConnection, createConnection, createContext, createContext, createContext, createContext
      • Methods inherited from interface javax.jms.QueueConnectionFactory

        createQueueConnection, createQueueConnection
      • Methods inherited from interface javax.resource.Referenceable

        setReference
      • Methods inherited from interface javax.jms.TopicConnectionFactory

        createTopicConnection, createTopicConnection
      • Methods inherited from interface javax.jms.XAConnectionFactory

        createXAConnection, createXAConnection, createXAContext, createXAContext
      • Methods inherited from interface javax.jms.XAQueueConnectionFactory

        createXAQueueConnection, createXAQueueConnection
      • Methods inherited from interface javax.jms.XATopicConnectionFactory

        createXATopicConnection, createXATopicConnection
    • Field Detail

      • CONNECTION

        static final int CONNECTION
        Connection factory capable of handling connections
        See Also:
        Constant Field Values
      • QUEUE_CONNECTION

        static final int QUEUE_CONNECTION
        Connection factory capable of handling queues
        See Also:
        Constant Field Values
      • TOPIC_CONNECTION

        static final int TOPIC_CONNECTION
        Connection factory capable of handling topics
        See Also:
        Constant Field Values
      • XA_CONNECTION

        static final int XA_CONNECTION
        Connection factory capable of handling XA connections
        See Also:
        Constant Field Values
      • XA_QUEUE_CONNECTION

        static final int XA_QUEUE_CONNECTION
        Connection factory capable of handling XA queues
        See Also:
        Constant Field Values
      • XA_TOPIC_CONNECTION

        static final int XA_TOPIC_CONNECTION
        Connection factory capable of handling XA topics
        See Also:
        Constant Field Values