Uses of Interface
org.snmp4j.agent.NotificationOriginator
Packages that use NotificationOriginator
Package
Description
-
Uses of NotificationOriginator in org.snmp4j.agent
Classes in org.snmp4j.agent that implement NotificationOriginatorModifier and TypeClassDescriptionclass
TheCommandProcessor
is the central glue code that puts together the various sub-systems of a SNMP agent.Fields in org.snmp4j.agent declared as NotificationOriginatorModifier and TypeFieldDescriptionprotected NotificationOriginator
AgentConfigManager.notificationOriginator
protected NotificationOriginator
BaseAgent.notificationOriginator
protected NotificationOriginator
CommandProcessor.notificationOriginator
Methods in org.snmp4j.agent that return NotificationOriginatorModifier and TypeMethodDescriptionprotected NotificationOriginator
AgentConfigManager.createNotificationOriginator()
AgentConfigManager.getAgentNotificationOriginator()
Returns the notification originator of the agent.AgentConfigManager.getNotificationOriginator()
Returns the notification originator of this agent configuration.BaseAgent.getNotificationOriginator()
CommandProcessor.getNotificationOriginator()
NotificationTask.getNotificationOriginator()
Methods in org.snmp4j.agent with parameters of type NotificationOriginatorModifier and TypeMethodDescriptionvoid
AgentConfigManager.setNotificationOriginator
(NotificationOriginator notificationOriginator) Sets the notification originator of this agent configuration.void
CommandProcessor.setNotificationOriginator
(NotificationOriginator notificationOriginator) Constructors in org.snmp4j.agent with parameters of type NotificationOriginatorModifierConstructorDescriptionNotificationTask
(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 NotificationOriginatorModifier and TypeMethodDescriptionvoid
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 NotificationOriginatorModifier and TypeClassDescriptionclass
TheNotificationOriginatorImpl
class implements a notification originator application for SNMP4J.Methods in org.snmp4j.agent.mo.snmp that return NotificationOriginatorModifier and TypeMethodDescriptionSNMPv2MIB.getNotificationOriginator()
Gets the notification originator used for sending authenticationFailure traps.Methods in org.snmp4j.agent.mo.snmp with parameters of type NotificationOriginatorModifier and TypeMethodDescriptionvoid
SNMPv2MIB.setNotificationOriginator
(NotificationOriginator notificationOriginator) Sets theNotificationOriginator
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 NotificationOriginatorModifier and TypeMethodDescriptionvoid
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 NotificationOriginatorModifierConstructorDescriptionSnmp4jHeartbeatMib
(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, SysUpTime upTime)