Class AQFactory


  • public abstract class AQFactory
    extends java.lang.Object
    Factory class for AQ.
    • Constructor Detail

      • AQFactory

        public AQFactory()
    • Method Detail

      • createAQMessage

        public static AQMessage createAQMessage​(AQMessageProperties prop)
                                         throws java.sql.SQLException
        Constructs a new AQMessage with given mess properties.
        Throws:
        java.sql.SQLException
      • createAQMessageProperties

        public static AQMessageProperties createAQMessageProperties()
                                                             throws java.sql.SQLException
        Constructs a new instance of AQMessageProperties.
        Throws:
        java.sql.SQLException
      • createAQAgent

        public static AQAgent createAQAgent()
                                     throws java.sql.SQLException
        Constructs a new AQ agent.
        Throws:
        java.sql.SQLException