Uses of Interface
org.snmp4j.agent.NotificationOriginator

Packages that use NotificationOriginator
org.snmp4j.agent   
org.snmp4j.agent.example   
org.snmp4j.agent.mo.snmp   
org.snmp4j.agent.mo.snmp4j.example   
 

Uses of NotificationOriginator in org.snmp4j.agent
 

Classes in org.snmp4j.agent that implement NotificationOriginator
 class CommandProcessor
          The CommandProcessor is the central glue code that puts together the various sub-systems of a SNMP agent.
 

Fields in org.snmp4j.agent declared as NotificationOriginator
protected  NotificationOriginator CommandProcessor.notificationOriginator
           
protected  NotificationOriginator BaseAgent.notificationOriginator
           
protected  NotificationOriginator AgentConfigManager.notificationOriginator
           
 

Methods in org.snmp4j.agent that return NotificationOriginator
protected  NotificationOriginator AgentConfigManager.createNotificationOriginator()
           
 NotificationOriginator AgentConfigManager.getAgentNotificationOriginator()
          Returns the notification originator of the agent.
 NotificationOriginator CommandProcessor.getNotificationOriginator()
           
 NotificationOriginator NotificationTask.getNotificationOriginator()
           
 NotificationOriginator BaseAgent.getNotificationOriginator()
           
 NotificationOriginator AgentConfigManager.getNotificationOriginator()
          Returns the notification originator of this agent configuration.
 

Methods in org.snmp4j.agent with parameters of type NotificationOriginator
 void CommandProcessor.setNotificationOriginator(NotificationOriginator notificationOriginator)
           
 void AgentConfigManager.setNotificationOriginator(NotificationOriginator notificationOriginator)
          Sets the notification originator of this agent configuration.
 

Constructors in org.snmp4j.agent with parameters of type NotificationOriginator
NotificationTask(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.OID notificationID, org.snmp4j.smi.TimeTicks sysUptime, org.snmp4j.smi.VariableBinding[] vbs)
           
 

Uses of NotificationOriginator in org.snmp4j.agent.example
 

Methods in org.snmp4j.agent.example with parameters of type NotificationOriginator
 void Snmp4jDemoMib.snmp4jDemoEvent(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
           
 

Uses of NotificationOriginator in org.snmp4j.agent.mo.snmp
 

Classes in org.snmp4j.agent.mo.snmp that implement NotificationOriginator
 class NotificationOriginatorImpl
          The NotificationOriginatorImpl class implements a notification originator application for SNMP4J.
 

Methods in org.snmp4j.agent.mo.snmp that return NotificationOriginator
 NotificationOriginator SNMPv2MIB.getNotificationOriginator()
          Gets the notification originator used for sending authenticationFailure traps.
 

Methods in org.snmp4j.agent.mo.snmp with parameters of type NotificationOriginator
 void SNMPv2MIB.setNotificationOriginator(NotificationOriginator notificationOriginator)
          Sets the NotificationOriginator to be used for sending the authenticationFailure trap.
 void SnmpTlsTmMib.snmpTlstmServerCertificateUnknown(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
           
 void SnmpTlsTmMib.snmpTlstmServerInvalidCertificate(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
           
 

Uses of NotificationOriginator in org.snmp4j.agent.mo.snmp4j.example
 

Methods in org.snmp4j.agent.mo.snmp4j.example with parameters of type NotificationOriginator
 void Snmp4jHeartbeatMib.snmp4jAgentHBEvent(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)
           
 

Constructors in org.snmp4j.agent.mo.snmp4j.example with parameters of type NotificationOriginator
Snmp4jHeartbeatMib(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, SysUpTime upTime)
           
 


Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.