|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransportLoggerViewMBean
MBean to manage a single Transport Logger. It can inform if the logger is currently writing to a log file or not, by setting the logging property or by using the operations enableLogging() and disableLogging().
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |