Package org.apache.activemq.transport
Class TransportLoggerControl
java.lang.Object
org.apache.activemq.transport.TransportLoggerControl
- All Implemented Interfaces:
TransportLoggerControlMBean
Implementation of the TransportLoggerControlMBean interface,
which is an MBean used to control all TransportLoggers at once.
- Author:
- David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDisable logging for all Transport Loggers at once.voidEnable logging for all Transport Loggers at once.voidReloads log4j.properties from the classpath
-
Constructor Details
-
TransportLoggerControl
Constructor
-
-
Method Details
-
disableAllTransportLoggers
public void disableAllTransportLoggers()Description copied from interface:TransportLoggerControlMBeanDisable logging for all Transport Loggers at once.- Specified by:
disableAllTransportLoggersin interfaceTransportLoggerControlMBean
-
enableAllTransportLoggers
public void enableAllTransportLoggers()Description copied from interface:TransportLoggerControlMBeanEnable logging for all Transport Loggers at once.- Specified by:
enableAllTransportLoggersin interfaceTransportLoggerControlMBean
-
reloadLog4jProperties
Description copied from interface:TransportLoggerControlMBeanReloads log4j.properties from the classpath- Specified by:
reloadLog4jPropertiesin interfaceTransportLoggerControlMBean- Throws:
Throwable
-