Uses of Class
org.snmp4j.agent.mo.snmp.SnmpNotificationMIB

Packages that use SnmpNotificationMIB
org.snmp4j.agent   
org.snmp4j.agent.mo.snmp   
 

Uses of SnmpNotificationMIB in org.snmp4j.agent
 

Fields in org.snmp4j.agent declared as SnmpNotificationMIB
protected  SnmpNotificationMIB AgentConfigManager.notificationMIB
           
protected  SnmpNotificationMIB BaseAgent.snmpNotificationMIB
           
 

Methods in org.snmp4j.agent that return SnmpNotificationMIB
 SnmpNotificationMIB BaseAgent.getSnmpNotificationMIB()
           
 SnmpNotificationMIB AgentConfigManager.getSnmpNotificationMIB()
          Returns the SNMP-NOTIFICATION-MIB implementation used by this config manager.
 

Methods in org.snmp4j.agent with parameters of type SnmpNotificationMIB
protected abstract  void BaseAgent.addNotificationTargets(SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB)
          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
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.
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.