Uses of Interface
org.snmp4j.agent.mo.MOFactory
-
Packages that use MOFactory Package Description org.snmp4j.agent org.snmp4j.agent.mo org.snmp4j.agent.mo.ext org.snmp4j.agent.mo.snmp org.snmp4j.agent.mo.snmp.dh org.snmp4j.agent.mo.snmp4j -
-
Uses of MOFactory in org.snmp4j.agent
Fields in org.snmp4j.agent declared as MOFactory Modifier and Type Field Description protected MOFactoryAgentConfigManager. moFactoryConstructors in org.snmp4j.agent with parameters of type MOFactory Constructor 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, MOFactory moFactory)Creates a 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, EngineBootsProvider engineBootsProvider, MOFactory moFactory, Collection<DHKickstartParameters> diffieHellmanKickstartParameters)Creates a SNMP agent configuration which can be run by callingAgentConfigManager.run()later. -
Uses of MOFactory in org.snmp4j.agent.mo
Subinterfaces of MOFactory in org.snmp4j.agent.mo Modifier and Type Interface Description interfaceLinkedMOFactoryThe LinkedMOFactory extends the basic MOFactory interface by means for associating managed objects with instrumentation helper objects.Classes in org.snmp4j.agent.mo that implement MOFactory Modifier and Type Class Description classDefaultMOFactoryTheDefaultMOFactoryis the default factory for creating ManagedObjects.classMOFactoryAdapterTheMOFactoryAdapterclass wraps aMOFactoryand per default delegates all method calls to that class.Methods in org.snmp4j.agent.mo that return MOFactory Modifier and Type Method Description static MOFactoryDefaultMOFactory. getInstance()Returns the factory singleton with default support for SNMPv2-TC textual conventions.Methods in org.snmp4j.agent.mo with parameters of type MOFactory Modifier and Type Method Description static voidDefaultMOFactory. addSNMPv2TCs(MOFactory factory)Adds support for SNMPv2TC textual conventions to the supplied ManagedObject factory.static voidDefaultMOFactory. setInstance(MOFactory factory)Sets the singleton factory.Constructors in org.snmp4j.agent.mo with parameters of type MOFactory Constructor Description MOFactoryAdapter(MOFactory delegateFactory) -
Uses of MOFactory in org.snmp4j.agent.mo.ext
Classes in org.snmp4j.agent.mo.ext that implement MOFactory Modifier and Type Class Description classSimMOFactoryASimMOFactoryobject can be used to create non-default MOAccess instances which support an agent simulation mode which allows the modification of MIB objects at runtime via SNMP that are not writable in normal operation but writable in a special config mode (see AGENTPP-SIMULATION-MIB).Methods in org.snmp4j.agent.mo.ext that return MOFactory Modifier and Type Method Description static MOFactorySimMOFactory. getInstance() -
Uses of MOFactory in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp with parameters of type MOFactory Modifier and Type Method Description voidNotificationLogMib. addImportedTCsToFactory(MOFactory moFactory)voidSnmpMpdMib. addImportedTCsToFactory(MOFactory moFactory)voidSnmpTlsTmMib. addImportedTCsToFactory(MOFactory moFactory)voidSnmpTsmMib. addImportedTCsToFactory(MOFactory moFactory)protected voidNotificationLogMib. addTCsToFactory(MOFactory moFactory)protected voidSnmpMpdMib. addTCsToFactory(MOFactory moFactory)protected voidSnmpTlsTmMib. addTCsToFactory(MOFactory moFactory)protected voidSnmpTsmMib. addTCsToFactory(MOFactory moFactory)protected voidNotificationLogMib. createMO(MOFactory moFactory)Create the ManagedObjects defined for this MIB module using the specifiedMOFactory.protected voidSnmpMpdMib. createMO(MOFactory moFactory)Create the ManagedObjects defined for this MIB module using the specifiedMOFactory.protected voidSnmpTlsTmMib. createMO(MOFactory moFactory)Create the ManagedObjects defined for this MIB module using the specifiedMOFactory.protected voidSnmpTsmMib. createMO(MOFactory moFactory)Create the ManagedObjects defined for this MIB module using the specifiedMOFactory.Constructors in org.snmp4j.agent.mo.snmp with parameters of type MOFactory Constructor Description NotificationLogMib(MOFactory moFactory)Constructs a NotificationLogMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingNotificationLogMib.createMO(MOFactory moFactory)).NotificationLogMib(MOFactory moFactory, VACM vacm, SnmpNotificationMIB snmpNotificationMIB)SnmpMpdMib(MOFactory moFactory)Constructs a SnmpMpdMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmpMpdMib.createMO(MOFactory moFactory)).SnmpTlsTmMib(MOFactory moFactory)Constructs a SnmpTlsTmMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmpTlsTmMib.createMO(MOFactory moFactory)).SnmpTlsTmMib(MOFactory moFactory, SnmpTargetMIB snmpTargetMIB)Constructs a SnmpTlsTmMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmpTlsTmMib.createMO(MOFactory moFactory)) .SnmpTsmMib(MOFactory moFactory)Constructs a SnmpTsmMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmpTsmMib.createMO(MOFactory moFactory)). -
Uses of MOFactory in org.snmp4j.agent.mo.snmp.dh
Methods in org.snmp4j.agent.mo.snmp.dh with parameters of type MOFactory Modifier and Type Method Description voidSnmpUsmDhObjectsMib. addImportedTCsToFactory(MOFactory moFactory)protected voidSnmpUsmDhObjectsMib. addTCsToFactory(MOFactory moFactory)protected voidSnmpUsmDhObjectsMib. createMO(MOFactory moFactory)Create the ManagedObjects defined for this MIB module using the specifiedMOFactory.Constructors in org.snmp4j.agent.mo.snmp.dh with parameters of type MOFactory Constructor Description SnmpUsmDhObjectsMib(MOFactory moFactory)Constructs a SnmpUsmDhObjectsMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmpUsmDhObjectsMib.createMO(MOFactory moFactory)).SnmpUsmDhObjectsMib(MOFactory moFactory, org.snmp4j.security.USM usm, UsmMIB usmMIB, VacmMIB vacmMIB, Collection<DHKickstartParameters> dhKickstartParameters)Constructs a SnmpUsmDhObjectsMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmpUsmDhObjectsMib.createMO(MOFactory moFactory)). -
Uses of MOFactory in org.snmp4j.agent.mo.snmp4j
Methods in org.snmp4j.agent.mo.snmp4j with parameters of type MOFactory Modifier and Type Method Description voidSnmp4jProxyMib. addImportedTCsToFactory(MOFactory moFactory)protected voidSnmp4jProxyMib. addTCsToFactory(MOFactory moFactory)protected voidSnmp4jProxyMib. createMO(MOFactory moFactory)Create the ManagedObjects defined for this MIB module using the specifiedMOFactory.Constructors in org.snmp4j.agent.mo.snmp4j with parameters of type MOFactory Constructor Description Snmp4jProxyMib(MOFactory moFactory)Constructs a Snmp4jProxyMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmp4jProxyMib.createMO(MOFactory moFactory)).Snmp4jProxyMib(MOFactory moFactory, org.snmp4j.Session session, MOServer server, SnmpTargetMIB targetMIB)Constructs a Snmp4jProxyMib instance and actually creates itsManagedObjectinstances using the suppliedMOFactory(by callingSnmp4jProxyMib.createMO(MOFactory moFactory)).
-