public class CounterDataFileLogger extends Object implements StatisticsArchivizerIfc, ConfigurationChangedAware, Initializable
Constructor and Description |
---|
CounterDataFileLogger() |
Modifier and Type | Method and Description |
---|---|
void |
beanConfigurationChanged(Collection<String> changedFields)
Method called when configuration was applied to bean.
|
void |
execute(StatisticsProvider sp) |
long |
getFrequency() |
void |
initialize()
Method will be called, when bean will be created, configured and ready to use.
|
void |
release() |
public void execute(StatisticsProvider sp)
execute
in interface StatisticsArchivizerIfc
public void release()
release
in interface StatisticsArchivizerIfc
public void beanConfigurationChanged(Collection<String> changedFields)
ConfigurationChangedAware
beanConfigurationChanged
in interface ConfigurationChangedAware
changedFields
- collection of field names which were changedpublic long getFrequency()
getFrequency
in interface StatisticsArchivizerIfc
public void initialize()
Initializable
initialize
in interface Initializable
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.