org.apache.activemq.transport
public interface TransportLoggerViewMBean
Modifier and Type | Method and Description |
---|---|
void |
disableLogging()
Disables logging for the managed TransportLogger.
|
void |
enableLogging()
Enables logging for the managed TransportLogger.
|
boolean |
isLogging()
Returns if the managed TransportLogger is currently active
(writing to a log) or not.
|
void |
setLogging(boolean logging)
Enables or disables logging for the managed TransportLogger.
|
boolean isLogging()
void setLogging(boolean logging)
logging
- Boolean value to enable or disable logging for
the managed TransportLogger.
true to enable logging, false to disable logging.void enableLogging()
void disableLogging()
Copyright © 2005-2014. All Rights Reserved.