Package | Description |
---|---|
org.snmp4j.agent | |
org.snmp4j.agent.cfg |
Modifier and Type | Field and Description |
---|---|
protected EngineBootsProvider |
AgentConfigManager.engineBootsProvider |
Modifier and Type | Method and Description |
---|---|
protected void |
AgentConfigManager.initSecurityModels(EngineBootsProvider engineBootsProvider) |
Constructor and Description |
---|
AgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID,
org.snmp4j.MessageDispatcher messageDispatcher,
VACM vacm,
MOServer[] moServers,
org.snmp4j.util.WorkerPool workerPool,
MOInputFactory configurationFactory,
MOPersistenceProvider persistenceProvider,
EngineBootsProvider engineBootsProvider)
Creates a SNMP agent configuration which can be run by calling
AgentConfigManager.run() later. |
AgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID,
org.snmp4j.MessageDispatcher messageDispatcher,
VACM vacm,
MOServer[] moServers,
org.snmp4j.util.WorkerPool workerPool,
MOInputFactory configurationFactory,
MOPersistenceProvider persistenceProvider,
EngineBootsProvider engineBootsProvider,
MOFactory moFactory)
Creates a SNMP agent configuration which can be run by calling
AgentConfigManager.run() later. |
Modifier and Type | Class and Description |
---|---|
class |
EngineBootsCounterFile
The
EngineBootsCounterFile is a EngineBootsProvider
that stores the boot counter in a file. |
Copyright © 2016 SNMP4J.org. All rights reserved.