Uses of Interface
org.snmp4j.agent.NotificationOriginator
-
Packages that use NotificationOriginator Package Description 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 Modifier and Type Class Description class
CommandProcessor
TheCommandProcessor
is 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 NotificationOriginator
AgentConfigManager. notificationOriginator
protected NotificationOriginator
BaseAgent. notificationOriginator
Deprecated.protected NotificationOriginator
CommandProcessor. notificationOriginator
Methods in org.snmp4j.agent that return NotificationOriginator Modifier and Type Method Description protected NotificationOriginator
AgentConfigManager. createNotificationOriginator()
NotificationOriginator
AgentConfigManager. getAgentNotificationOriginator()
Returns the notification originator of the agent.NotificationOriginator
AgentConfigManager. getNotificationOriginator()
Returns the notification originator of this agent configuration.NotificationOriginator
BaseAgent. getNotificationOriginator()
Deprecated.NotificationOriginator
CommandProcessor. getNotificationOriginator()
NotificationOriginator
NotificationTask. getNotificationOriginator()
Methods in org.snmp4j.agent with parameters of type NotificationOriginator Modifier and Type Method Description void
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 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.example
Methods in org.snmp4j.agent.example with parameters of type NotificationOriginator Modifier and Type Method Description 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 Modifier and Type Class Description class
NotificationOriginatorImpl
TheNotificationOriginatorImpl
class implements a notification originator application for SNMP4J.Methods in org.snmp4j.agent.mo.snmp that return NotificationOriginator Modifier and Type Method Description NotificationOriginator
SNMPv2MIB. 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 void
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 NotificationOriginator Modifier and Type Method Description 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 Constructor Description Snmp4jHeartbeatMib(NotificationOriginator notificationOriginator, org.snmp4j.smi.OctetString context, SysUpTime upTime)
-