|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.threshd.DefaultThresholdsDao
public class DefaultThresholdsDao
DefaultThresholdsDao class.
| Constructor Summary | |
|---|---|
DefaultThresholdsDao()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
ThresholdGroup |
get(String name)
get |
ThresholdingConfigFactory |
getThresholdingConfigFactory()
getThresholdingConfigFactory |
ThresholdGroup |
merge(ThresholdGroup group)
merge |
void |
setThresholdingConfigFactory(ThresholdingConfigFactory thresholdingConfigFactory)
setThresholdingConfigFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultThresholdsDao()
| Method Detail |
|---|
public ThresholdGroup get(String name)
get
get in interface ThresholdsDaoname - a String object.
ThresholdGroup object.public ThresholdGroup merge(ThresholdGroup group)
merge
merge in interface ThresholdsDaogroup - a ThresholdGroup object.
ThresholdGroup object.public ThresholdingConfigFactory getThresholdingConfigFactory()
getThresholdingConfigFactory
getThresholdingConfigFactory in interface ThresholdsDaoThresholdingConfigFactory object.public void setThresholdingConfigFactory(ThresholdingConfigFactory thresholdingConfigFactory)
setThresholdingConfigFactory
thresholdingConfigFactory - a ThresholdingConfigFactory object.
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||