Uses of Class
org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
-
Packages that use SnmpNotificationMIB Package Description org.snmp4j.agent org.snmp4j.agent.mo.snmp -
-
Uses of SnmpNotificationMIB in org.snmp4j.agent
Fields in org.snmp4j.agent declared as SnmpNotificationMIB Modifier and Type Field Description protected SnmpNotificationMIBAgentConfigManager. notificationMIBprotected SnmpNotificationMIBBaseAgent. snmpNotificationMIBDeprecated.Methods in org.snmp4j.agent that return SnmpNotificationMIB Modifier and Type Method Description SnmpNotificationMIBAgentConfigManager. getSnmpNotificationMIB()Returns the SNMP-NOTIFICATION-MIB implementation used by this config manager.SnmpNotificationMIBBaseAgent. getSnmpNotificationMIB()Deprecated.Methods in org.snmp4j.agent with parameters of type SnmpNotificationMIB Modifier and Type Method Description protected 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 SnmpNotificationMIB Constructor Description NotificationLogMib(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.
-