Uses of Interface
org.snmp4j.agent.NotificationOriginator
Packages that use NotificationOriginator
-
Uses of NotificationOriginator in org.snmp4j.agent
Classes in org.snmp4j.agent that implement NotificationOriginatorModifier and TypeClassDescriptionclassTheCommandProcessoris 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 NotificationOriginatorAgentConfigManager.notificationOriginatorprotected NotificationOriginatorBaseAgent.notificationOriginatorDeprecated.protected NotificationOriginatorCommandProcessor.notificationOriginatorMethods in org.snmp4j.agent that return NotificationOriginatorModifier and TypeMethodDescriptionprotected NotificationOriginatorAgentConfigManager.createNotificationOriginator()AgentConfigManager.getAgentNotificationOriginator()Returns the notification originator of the agent.AgentConfigManager.getNotificationOriginator()Returns the notification originator of this agent configuration.BaseAgent.getNotificationOriginator()Deprecated.CommandProcessor.getNotificationOriginator()NotificationTask.getNotificationOriginator()Methods in org.snmp4j.agent with parameters of type NotificationOriginatorModifier and TypeMethodDescriptionvoidAgentConfigManager.setNotificationOriginator(NotificationOriginator notificationOriginator) Sets the notification originator of this agent configuration.voidCommandProcessor.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.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement NotificationOriginatorModifier and TypeClassDescriptionclassTheNotificationOriginatorImplclass 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 TypeMethodDescriptionvoidSNMPv2MIB.setNotificationOriginator(NotificationOriginator notificationOriginator) Sets theNotificationOriginatorto be used for sending the authenticationFailure trap.voidSnmpTlsTmMib.snmpTlstmServerCertificateUnknown(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs) voidSnmpTlsTmMib.snmpTlstmServerInvalidCertificate(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, org.snmp4j.smi.VariableBinding[] vbs)