Uses of Interface
org.snmp4j.agent.NotificationOriginator
-
Packages that use NotificationOriginator Package Description org.snmp4j.agent org.snmp4j.agent.mo.snmp -
-
Uses of NotificationOriginator in org.snmp4j.agent
Classes in org.snmp4j.agent that implement NotificationOriginator Modifier and Type Class Description classCommandProcessorTheCommandProcessoris the central glue code that puts together the various sub-systems of a SNMP agent.Fields in org.snmp4j.agent declared as NotificationOriginator Modifier and Type Field Description protected NotificationOriginatorAgentConfigManager. notificationOriginatorprotected NotificationOriginatorBaseAgent. notificationOriginatorDeprecated.protected NotificationOriginatorCommandProcessor. notificationOriginatorMethods in org.snmp4j.agent that return NotificationOriginator Modifier and Type Method Description protected NotificationOriginatorAgentConfigManager. createNotificationOriginator()NotificationOriginatorAgentConfigManager. getAgentNotificationOriginator()Returns the notification originator of the agent.NotificationOriginatorAgentConfigManager. getNotificationOriginator()Returns the notification originator of this agent configuration.NotificationOriginatorBaseAgent. getNotificationOriginator()Deprecated.NotificationOriginatorCommandProcessor. getNotificationOriginator()NotificationOriginatorNotificationTask. getNotificationOriginator()Methods in org.snmp4j.agent with parameters of type NotificationOriginator Modifier and Type Method Description voidAgentConfigManager. setNotificationOriginator(NotificationOriginator notificationOriginator)Sets the notification originator of this agent configuration.voidCommandProcessor. setNotificationOriginator(NotificationOriginator notificationOriginator)Constructors in org.snmp4j.agent with parameters of type NotificationOriginator Constructor Description 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.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement NotificationOriginator Modifier and Type Class Description classNotificationOriginatorImplTheNotificationOriginatorImplclass implements a notification originator application for SNMP4J.Methods in org.snmp4j.agent.mo.snmp that return NotificationOriginator Modifier and Type Method Description NotificationOriginatorSNMPv2MIB. getNotificationOriginator()Gets the notification originator used for sending authenticationFailure traps.Methods in org.snmp4j.agent.mo.snmp with parameters of type NotificationOriginator Modifier and Type Method Description voidSNMPv2MIB. 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)
-