Package | Description |
---|---|
org.snmp4j.agent |
Modifier and Type | Field | Description |
---|---|---|
protected CommandProcessor |
AgentConfigManager.agent |
|
protected CommandProcessor |
BaseAgent.agent |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
protected CommandProcessor |
AgentConfigManager.createCommandProcessor(org.snmp4j.smi.OctetString engineID) |
Creates the command processor.
|
CommandProcessor |
BaseAgent.getAgent() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
protected ProxyForwarder |
AgentConfigManager.createProxyForwarder(CommandProcessor agent) |
Creates and registers the default proxy forwarder application
(
ProxyForwarderImpl ). |
void |
BaseAgent.setAgent(CommandProcessor agent) |
Deprecated.
|
Constructor | Description |
---|---|
BaseAgent(java.io.File bootCounterFile,
java.io.File configFile,
CommandProcessor commandProcessor) |
Deprecated.
Creates a base agent with boot-counter, config file, and a CommandProcessor
for processing SNMP requests.
|
Copyright © 2018 SNMP4J.org. All rights reserved.