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 Constructor Description TransportLoggerFactorySPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.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)
-
-
-
Method Detail
-
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
-
-