Uses of Class
org.snmp4j.agent.mo.snmp.SnmpNotificationMIB
-
Packages that use SnmpNotificationMIB Package Description org.snmp4j.agent org.snmp4j.agent.mo.snmp org.snmp4j.agent.test -
-
Uses of SnmpNotificationMIB in org.snmp4j.agent
Fields in org.snmp4j.agent declared as SnmpNotificationMIB Modifier and Type Field Description protected SnmpNotificationMIB
AgentConfigManager. notificationMIB
protected SnmpNotificationMIB
BaseAgent. snmpNotificationMIB
Deprecated.Methods in org.snmp4j.agent that return SnmpNotificationMIB Modifier and Type Method Description SnmpNotificationMIB
AgentConfigManager. getSnmpNotificationMIB()
Returns the SNMP-NOTIFICATION-MIB implementation used by this config manager.SnmpNotificationMIB
BaseAgent. getSnmpNotificationMIB()
Deprecated.Methods in org.snmp4j.agent with parameters of type SnmpNotificationMIB Modifier and Type Method Description protected abstract void
BaseAgent. addNotificationTargets(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB)
Deprecated.Adds initial notification targets and filters.protected void
AgentConfigManager. 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. -
Uses of SnmpNotificationMIB in org.snmp4j.agent.test
Methods in org.snmp4j.agent.test with parameters of type SnmpNotificationMIB Modifier and Type Method Description protected void
SnapshotAgent. addNotificationTargets(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB)
Adds initial notification targets and filters.protected void
TestAgent. addNotificationTargets(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB)
-