public class DefaultThresholdsDao extends Object implements ThresholdsDao, org.springframework.beans.factory.InitializingBean
DefaultThresholdsDao class.
Constructor and Description |
---|
DefaultThresholdsDao() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet()
afterPropertiesSet
|
ThresholdGroup |
get(String name)
get
|
ThresholdingConfigFactory |
getThresholdingConfigFactory()
getThresholdingConfigFactory
|
ThresholdGroup |
merge(ThresholdGroup group)
merge
|
void |
setThresholdingConfigFactory(ThresholdingConfigFactory thresholdingConfigFactory)
setThresholdingConfigFactory
|
public ThresholdGroup get(String name)
get
get
in interface ThresholdsDao
name
- a String
object.ThresholdGroup
object.public ThresholdGroup merge(ThresholdGroup group)
merge
merge
in interface ThresholdsDao
group
- a ThresholdGroup
object.ThresholdGroup
object.public ThresholdingConfigFactory getThresholdingConfigFactory()
getThresholdingConfigFactory
getThresholdingConfigFactory
in interface ThresholdsDao
ThresholdingConfigFactory
object.public void setThresholdingConfigFactory(ThresholdingConfigFactory thresholdingConfigFactory)
setThresholdingConfigFactory
thresholdingConfigFactory
- a ThresholdingConfigFactory
object.Copyright © 2019. All rights reserved.