public class UnimplementedSnmpConfigDao extends Object implements SnmpConfigDao
Constructor and Description |
---|
UnimplementedSnmpConfigDao() |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfig |
getAgentConfig(InetAddress ipAddress)
getAgentConfig
|
SnmpConfiguration |
getDefaults()
getDefaults
|
void |
saveAsDefaults(SnmpConfiguration defaults)
saveAsDefaults
|
void |
saveOrUpdate(SnmpAgentConfig config)
saveOrUpdate
|
public SnmpAgentConfig getAgentConfig(InetAddress ipAddress)
SnmpConfigDao
getAgentConfig
getAgentConfig
in interface SnmpAgentConfigFactory
getAgentConfig
in interface SnmpConfigDao
ipAddress
- a InetAddress
object.SnmpAgentConfig
object.public void saveOrUpdate(SnmpAgentConfig config)
SnmpConfigDao
saveOrUpdate
saveOrUpdate
in interface SnmpConfigDao
config
- a SnmpAgentConfig
object.public SnmpConfiguration getDefaults()
SnmpConfigDao
getDefaults
getDefaults
in interface SnmpConfigDao
SnmpConfiguration
object.public void saveAsDefaults(SnmpConfiguration defaults)
SnmpConfigDao
saveAsDefaults
saveAsDefaults
in interface SnmpConfigDao
defaults
- a SnmpConfiguration
object.Copyright © 2017. All rights reserved.