|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.dao.FactoryBasedSnmpConfigDao
public class FactoryBasedSnmpConfigDao
DefaultSnmpConfigDao
| Constructor Summary | |
|---|---|
FactoryBasedSnmpConfigDao()
|
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
void |
define(SnmpEventInfo info)
|
SnmpAgentConfig |
getAgentConfig(InetAddress agentAddress)
getAgentConfig |
SnmpConfiguration |
getDefaults()
getDefaults |
void |
saveAsDefaults(SnmpConfiguration newDefaults)
saveAsDefaults |
void |
saveOrUpdate(SnmpAgentConfig newConfig)
saveOrUpdate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryBasedSnmpConfigDao()
| Method Detail |
|---|
public void afterPropertiesSet()
throws Exception
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanException - if any.public SnmpAgentConfig getAgentConfig(InetAddress agentAddress)
getAgentConfig
getAgentConfig in interface SnmpAgentConfigFactorygetAgentConfig in interface SnmpConfigDaoagentAddress - a InetAddress object.
SnmpAgentConfig object.public SnmpConfiguration getDefaults()
getDefaults
getDefaults in interface SnmpConfigDaoSnmpConfiguration object.public void saveAsDefaults(SnmpConfiguration newDefaults)
saveAsDefaults
saveAsDefaults in interface SnmpConfigDaonewDefaults - a SnmpConfiguration object.public void saveOrUpdate(SnmpAgentConfig newConfig)
saveOrUpdate
saveOrUpdate in interface SnmpConfigDaonewConfig - a SnmpAgentConfig object.public void define(SnmpEventInfo info)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||