| Package | Description | 
|---|---|
| org.snmp4j.agent | |
| org.snmp4j.agent.example | |
| org.snmp4j.agent.mo.snmp | |
| org.snmp4j.agent.mo.snmp4j.example | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommandProcessor
The  
CommandProcessor is the central glue code that puts together
 the various sub-systems of a SNMP agent. | 
| Modifier and Type | Field and Description | 
|---|---|
protected NotificationOriginator | 
CommandProcessor.notificationOriginator  | 
protected NotificationOriginator | 
BaseAgent.notificationOriginator  | 
protected NotificationOriginator | 
AgentConfigManager.notificationOriginator  | 
| Modifier and Type | Method and Description | 
|---|---|
protected NotificationOriginator | 
AgentConfigManager.createNotificationOriginator()  | 
NotificationOriginator | 
AgentConfigManager.getAgentNotificationOriginator()
Returns the notification originator of the agent. 
 | 
NotificationOriginator | 
NotificationTask.getNotificationOriginator()  | 
NotificationOriginator | 
CommandProcessor.getNotificationOriginator()  | 
NotificationOriginator | 
BaseAgent.getNotificationOriginator()  | 
NotificationOriginator | 
AgentConfigManager.getNotificationOriginator()
Returns the notification originator of this agent configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CommandProcessor.setNotificationOriginator(NotificationOriginator notificationOriginator)  | 
void | 
AgentConfigManager.setNotificationOriginator(NotificationOriginator notificationOriginator)
Sets the notification originator of this agent configuration. 
 | 
| Constructor and Description | 
|---|
NotificationTask(NotificationOriginator notificationOriginator,
                org.snmp4j.smi.OctetString context,
                org.snmp4j.smi.OID notificationID,
                org.snmp4j.smi.TimeTicks sysUptime,
                org.snmp4j.smi.VariableBinding[] vbs)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Snmp4jDemoMib.snmp4jDemoEvent(NotificationOriginator notificationOriginator,
               org.snmp4j.smi.OctetString context,
               org.snmp4j.smi.VariableBinding[] vbs)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NotificationOriginatorImpl
The  
NotificationOriginatorImpl class implements a notification
 originator application for SNMP4J. | 
| Modifier and Type | Method and Description | 
|---|---|
NotificationOriginator | 
SNMPv2MIB.getNotificationOriginator()
Gets the notification originator used for sending authenticationFailure
 traps. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Snmp4jHeartbeatMib.snmp4jAgentHBEvent(NotificationOriginator notificationOriginator,
                  org.snmp4j.smi.OctetString context,
                  org.snmp4j.smi.VariableBinding[] vbs)  | 
| Constructor and Description | 
|---|
Snmp4jHeartbeatMib(NotificationOriginator notificationOriginator,
                  org.snmp4j.smi.OctetString context,
                  SysUpTime upTime)  | 
Copyright © 2015 SNMP4J.org. All rights reserved.