Package org.apache.activemq.transport
Interface TransportLoggerControlMBean
-
- All Known Implementing Classes:
TransportLoggerControl
public interface TransportLoggerControlMBean
MBean used to manage all of the TransportLoggers at once. Avalaible operations: -Enable logging for all TransportLoggers at once. -Disable logging for all TransportLoggers at once.- Author:
- David Martin Clavo david(dot)martin(dot)clavo(at)gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disableAllTransportLoggers()
Disable logging for all Transport Loggers at once.void
enableAllTransportLoggers()
Enable logging for all Transport Loggers at once.void
reloadLog4jProperties()
Reloads log4j.properties from the classpath
-