public class LoggingBean extends Object implements ConfigurationChangedAware
Constructor and Description |
---|
LoggingBean() |
Modifier and Type | Method and Description |
---|---|
void |
beanConfigurationChanged(Collection<String> changedFields)
Method called when configuration was applied to bean.
|
boolean |
getPacketFullDebug() |
boolean |
isShutdownThreadDump() |
void |
setHandlers(HashMap<String,HashMap<String,Object>> handlers) |
void |
setLoggers(HashMap<String,HashMap<String,Object>> loggers) |
void |
setPacketFullDebug(boolean packetFullDebug) |
void |
setShutdownThreadDump(boolean shutdownThreadDump) |
public boolean getPacketFullDebug()
public void setPacketFullDebug(boolean packetFullDebug)
public void beanConfigurationChanged(Collection<String> changedFields)
ConfigurationChangedAware
beanConfigurationChanged
in interface ConfigurationChangedAware
changedFields
- collection of field names which were changedpublic boolean isShutdownThreadDump()
public void setShutdownThreadDump(boolean shutdownThreadDump)
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.