Class TransportLoggerFactorySPI

  • All Implemented Interfaces:
    org.apache.activemq.TransportLoggerSupport.SPI

    public class TransportLoggerFactorySPI
    extends Object
    implements org.apache.activemq.TransportLoggerSupport.SPI
    Author:
    Hiram Chirino
    • Constructor Detail

      • TransportLoggerFactorySPI

        public TransportLoggerFactorySPI()
    • Method Detail

      • createTransportLogger

        public org.apache.activemq.transport.Transport createTransportLogger​(org.apache.activemq.transport.Transport transport)
                                                                      throws IOException
        Specified by:
        createTransportLogger in interface org.apache.activemq.TransportLoggerSupport.SPI
        Throws:
        IOException
      • createTransportLogger

        public org.apache.activemq.transport.Transport createTransportLogger​(org.apache.activemq.transport.Transport transport,
                                                                             String logWriterName,
                                                                             boolean dynamicManagement,
                                                                             boolean startLogging,
                                                                             int jmxPort)
                                                                      throws IOException
        Specified by:
        createTransportLogger in interface org.apache.activemq.TransportLoggerSupport.SPI
        Throws:
        IOException