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