Package org.opennms.netmgt.config
Class SnmpConfigAccessService
- java.lang.Object
-
- org.opennms.netmgt.config.SnmpConfigAccessService
-
public class SnmpConfigAccessService extends Object
-
-
Constructor Summary
Constructors Constructor Description SnmpConfigAccessService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
define(SnmpEventInfo eventInfo)
void
flushAll()
SnmpAgentConfig
getAgentConfig(InetAddress addr, String location)
-
-
-
Method Detail
-
flushAll
public void flushAll()
-
getAgentConfig
public SnmpAgentConfig getAgentConfig(InetAddress addr, String location)
-
define
public void define(SnmpEventInfo eventInfo)
-
-