org.apache.activemq
Class TransportLoggerSupport

java.lang.Object
  extended by org.apache.activemq.TransportLoggerSupport

public class TransportLoggerSupport
extends java.lang.Object

Author:
Hiram Chirino

Nested Class Summary
static interface TransportLoggerSupport.SPI
           
 
Field Summary
static java.lang.String defaultLogWriterName
           
static TransportLoggerSupport.SPI spi
           
 
Constructor Summary
TransportLoggerSupport()
           
 
Method Summary
static Transport createTransportLogger(Transport transport)
           
static Transport createTransportLogger(Transport transport, java.lang.String logWriterName, boolean dynamicManagement, boolean startLogging, int jmxPort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultLogWriterName

public static java.lang.String defaultLogWriterName

spi

public static final TransportLoggerSupport.SPI spi
Constructor Detail

TransportLoggerSupport

public TransportLoggerSupport()
Method Detail

createTransportLogger

public static Transport createTransportLogger(Transport transport)
                                       throws java.io.IOException
Throws:
java.io.IOException

createTransportLogger

public static Transport createTransportLogger(Transport transport,
                                              java.lang.String logWriterName,
                                              boolean dynamicManagement,
                                              boolean startLogging,
                                              int jmxPort)
                                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2015 Red Hat, Inc.. All Rights Reserved.