org.opennms.netmgt.threshd
Class DefaultThresholdsDao

java.lang.Object
  extended by org.opennms.netmgt.threshd.DefaultThresholdsDao
All Implemented Interfaces:
ThresholdsDao, org.springframework.beans.factory.InitializingBean

public class DefaultThresholdsDao
extends Object
implements ThresholdsDao, org.springframework.beans.factory.InitializingBean


Constructor Summary
DefaultThresholdsDao()
           
 
Method Summary
 void afterPropertiesSet()
           
 ThresholdGroup get(String name)
           
 ThresholdingConfigFactory getThresholdingConfigFactory()
           
 void setThresholdingConfigFactory(ThresholdingConfigFactory thresholdingConfigFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultThresholdsDao

public DefaultThresholdsDao()
Method Detail

get

public ThresholdGroup get(String name)
Specified by:
get in interface ThresholdsDao

getThresholdingConfigFactory

public ThresholdingConfigFactory getThresholdingConfigFactory()
Specified by:
getThresholdingConfigFactory in interface ThresholdsDao

setThresholdingConfigFactory

public void setThresholdingConfigFactory(ThresholdingConfigFactory thresholdingConfigFactory)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2009. All Rights Reserved.