Package org.apache.activemq.transport
Class TransportLoggerFactorySPI
java.lang.Object
org.apache.activemq.transport.TransportLoggerFactorySPI
- All Implemented Interfaces:
org.apache.activemq.TransportLoggerSupport.SPI
public class TransportLoggerFactorySPI
extends Object
implements org.apache.activemq.TransportLoggerSupport.SPI
- Author:
- Hiram Chirino
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.transport.TransportcreateTransportLogger(org.apache.activemq.transport.Transport transport) org.apache.activemq.transport.TransportcreateTransportLogger(org.apache.activemq.transport.Transport transport, String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)
-
Constructor Details
-
TransportLoggerFactorySPI
public TransportLoggerFactorySPI()
-
-
Method Details
-
createTransportLogger
public org.apache.activemq.transport.Transport createTransportLogger(org.apache.activemq.transport.Transport transport) throws IOException - Specified by:
createTransportLoggerin interfaceorg.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:
createTransportLoggerin interfaceorg.apache.activemq.TransportLoggerSupport.SPI- Throws:
IOException
-