| Package | Description | 
|---|---|
| org.snmp4j.agent | |
| org.snmp4j.agent.mo.snmp | |
| org.snmp4j.agent.mo.snmp4j | 
| Modifier and Type | Field and Description | 
|---|---|
protected SnmpTargetMIB | 
BaseAgent.snmpTargetMIB  | 
protected SnmpTargetMIB | 
AgentConfigManager.targetMIB  | 
| Modifier and Type | Method and Description | 
|---|---|
SnmpTargetMIB | 
BaseAgent.getSnmpTargetMIB()  | 
SnmpTargetMIB | 
AgentConfigManager.getSnmpTargetMIB()
Returns the SNMP-TARGET-MIB implementation used by this config manager. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract void | 
BaseAgent.addNotificationTargets(SnmpTargetMIB targetMIB,
                      SnmpNotificationMIB notificationMIB)
Adds initial notification targets and filters. 
 | 
| Constructor and Description | 
|---|
NotificationOriginatorImpl(org.snmp4j.Session session,
                          VACM vacm,
                          SysUpTime sysUpTime,
                          SnmpTargetMIB targetMIB,
                          SnmpNotificationMIB notificationMIB)
Creates a notification originator. 
 | 
NotificationOriginatorImpl(org.snmp4j.Session session,
                          VACM vacm,
                          SysUpTime sysUpTime,
                          SnmpTargetMIB targetMIB,
                          SnmpNotificationMIB notificationMIB,
                          SnmpCommunityMIB communityMIB)
Creates a notification originator. 
 | 
ProxyForwarderImpl(org.snmp4j.Session session,
                  SnmpProxyMIB proxyMIB,
                  SnmpTargetMIB targetMIB)
Creates a  
ProxyForwarder implementation based on a SNMP
 session used to send the notifications and a SNMP-PROXY-MIB
 and a SNMP-TARGET-MIB implementation used for its configuration. | 
SnmpCommunityMIB(SnmpTargetMIB targetMIB)  | 
| Constructor and Description | 
|---|
MOSubtreeProxy(org.snmp4j.Session session,
              SnmpTargetMIB targetMIB,
              org.snmp4j.smi.OctetString proxyName,
              org.snmp4j.smi.OID subtreeOID,
              org.snmp4j.smi.OctetString contextEngineID,
              org.snmp4j.smi.OctetString contextName,
              org.snmp4j.smi.OctetString targetName)  | 
Snmp4jProxyMib(MOFactory moFactory,
              org.snmp4j.Session session,
              MOServer server,
              SnmpTargetMIB targetMIB)
Constructs a Snmp4jProxyMib instance and actually creates its
  
ManagedObject instances using the supplied
 MOFactory (by calling
 Snmp4jProxyMib.createMO(MOFactory moFactory)). | 
Copyright © 2015 SNMP4J.org. All rights reserved.