Uses of Class
org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
Packages that use SnmpNotificationMIB
-
Uses of SnmpNotificationMIB in org.snmp4j.agent
Fields in org.snmp4j.agent declared as SnmpNotificationMIBModifier and TypeFieldDescriptionprotected SnmpNotificationMIBAgentConfigManager.notificationMIBprotected SnmpNotificationMIBBaseAgent.snmpNotificationMIBDeprecated.Methods in org.snmp4j.agent that return SnmpNotificationMIBModifier and TypeMethodDescriptionAgentConfigManager.getSnmpNotificationMIB()Returns the SNMP-NOTIFICATION-MIB implementation used by this config manager.BaseAgent.getSnmpNotificationMIB()Deprecated.Methods in org.snmp4j.agent with parameters of type SnmpNotificationMIBModifier and TypeMethodDescriptionprotected abstract voidBaseAgent.addNotificationTargets(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB) Deprecated.Adds initial notification targets and filters.protected voidAgentConfigManager.initNotificationLogMIB(VACM vacm, SnmpNotificationMIB notifyMIB) -
Uses of SnmpNotificationMIB in org.snmp4j.agent.mo.snmp
Constructors in org.snmp4j.agent.mo.snmp with parameters of type SnmpNotificationMIBModifierConstructorDescriptionNotificationLogMib(MOFactory moFactory, VACM vacm, SnmpNotificationMIB snmpNotificationMIB) NotificationOriginatorImpl(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.