Uses of Interface
org.snmp4j.agent.io.MOInputFactory
Packages that use MOInputFactory
-
Uses of MOInputFactory in org.snmp4j.agent
Fields in org.snmp4j.agent declared as MOInputFactoryModifier and TypeFieldDescriptionprotected MOInputFactoryAgentConfigManager.configurationThe factory that provides theMOInputwith the initial configuration of this agent ornullif no initial configuration is available.Methods in org.snmp4j.agent that return MOInputFactoryModifier and TypeMethodDescriptionAgentConfigManager.getConfigurationFactory()Gets the factory that generates aMOInputinstance to load initial or reset configuration into the agent.Methods in org.snmp4j.agent with parameters of type MOInputFactoryModifier and TypeMethodDescriptionvoidAgentConfigManager.setConfigurationFactory(MOInputFactory configuration) Sets the configuration factory that generates aMOInputinstance to load initial or reset configuration into the agent.Constructors in org.snmp4j.agent with parameters of type MOInputFactoryModifierConstructorDescriptionAgentConfigManager(org.snmp4j.smi.OctetString agentsOwnEngineID, org.snmp4j.MessageDispatcher messageDispatcher, VACM vacm, MOServer[] moServers, org.snmp4j.util.WorkerPool workerPool, MOInputFactory configurationFactory, MOPersistenceProvider persistenceProvider, org.snmp4j.cfg.EngineBootsProvider engineBootsProvider) Creates an SNMP agent configuration which can be run by callingAgentConfigManager.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, org.snmp4j.cfg.EngineBootsProvider engineBootsProvider, MOFactory moFactory) Creates an SNMP agent configuration which can be run by callingAgentConfigManager.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, org.snmp4j.cfg.EngineBootsProvider engineBootsProvider, MOFactory moFactory, Collection<DHKickstartParameters> diffieHellmanKickstartParameters) Creates an SNMP agent configuration which can be run by callingAgentConfigManager.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, org.snmp4j.cfg.EngineBootsProvider engineBootsProvider, MOFactory moFactory, Collection<DHKickstartParameters> diffieHellmanKickstartParameters, AgentAuditPolicy auditPolicy) Creates an SNMP agent configuration which can be run by callingAgentConfigManager.run()later.