Uses of Class
org.snmp4j.agent.mo.snmp.SnmpTargetMIB
Packages that use SnmpTargetMIB
Package
Description
-
Uses of SnmpTargetMIB in org.snmp4j.agent
Fields in org.snmp4j.agent declared as SnmpTargetMIBModifier and TypeFieldDescriptionprotected SnmpTargetMIB
BaseAgent.snmpTargetMIB
protected SnmpTargetMIB
AgentConfigManager.targetMIB
Methods in org.snmp4j.agent that return SnmpTargetMIBModifier and TypeMethodDescriptionAgentConfigManager.getSnmpTargetMIB()
Returns the SNMP-TARGET-MIB implementation used by this config manager.BaseAgent.getSnmpTargetMIB()
Methods in org.snmp4j.agent with parameters of type SnmpTargetMIBModifier and TypeMethodDescriptionprotected abstract void
BaseAgent.addNotificationTargets
(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB) Adds initial notification targets and filters. -
Uses of SnmpTargetMIB in org.snmp4j.agent.mo.snmp
Methods in org.snmp4j.agent.mo.snmp with parameters of type SnmpTargetMIBModifier and TypeMethodDescriptionvoid
SnmpTlsTmMib.addTlsDomainsToSnmpTargetMIB
(SnmpTargetMIB snmpTargetMIB) void
SnmpTlsTmMib.removeTlsDomainsFromSnmpTargetMIB
(SnmpTargetMIB snmpTargetMIB) Constructors in org.snmp4j.agent.mo.snmp with parameters of type SnmpTargetMIBModifierConstructorDescriptionNotificationOriginatorImpl
(org.snmp4j.Session session, VACM vacm, SysUpTime sysUpTime, SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB) Creates a notification originator.NotificationOriginatorImpl
(org.snmp4j.Session session, VACM vacm, SysUpTime sysUpTime, SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB, SnmpCommunityMIB communityMIB) Creates a notification originator.ProxyForwarderImpl
(org.snmp4j.Session session, SnmpProxyMIB proxyMIB, SnmpTargetMIB targetMIB) Creates aProxyForwarder
implementation based on a SNMP session used to send the notifications and a SNMP-PROXY-MIB and a SNMP-TARGET-MIB implementation used for its configuration.SnmpCommunityMIB
(SnmpTargetMIB targetMIB) SnmpTlsTmMib
(MOFactory moFactory, SnmpTargetMIB snmpTargetMIB) Constructs a SnmpTlsTmMib instance and actually creates itsManagedObject
instances using the suppliedMOFactory
(by callingSnmpTlsTmMib.createMO(MOFactory moFactory)
) . -
Uses of SnmpTargetMIB in org.snmp4j.agent.mo.snmp4j
Constructors in org.snmp4j.agent.mo.snmp4j with parameters of type SnmpTargetMIBModifierConstructorDescriptionMOSubtreeProxy
(org.snmp4j.Session session, SnmpTargetMIB targetMIB, org.snmp4j.smi.OctetString proxyName, org.snmp4j.smi.OID subtreeOID, org.snmp4j.smi.OctetString contextEngineID, org.snmp4j.smi.OctetString contextName, org.snmp4j.smi.OctetString targetName) Snmp4jProxyMib
(MOFactory moFactory, org.snmp4j.Session session, MOServer server, SnmpTargetMIB targetMIB) Constructs a Snmp4jProxyMib instance and actually creates itsManagedObject
instances using the suppliedMOFactory
(by callingSnmp4jProxyMib.createMO(MOFactory moFactory)
). -
Uses of SnmpTargetMIB in org.snmp4j.agent.test
Methods in org.snmp4j.agent.test with parameters of type SnmpTargetMIBModifier and TypeMethodDescriptionprotected void
SnapshotAgent.addNotificationTargets
(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB) Adds initial notification targets and filters.protected void
TestAgent.addNotificationTargets
(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB)