Uses of Class
org.snmp4j.agent.mo.snmp.SnmpCommunityMIB
Packages that use SnmpCommunityMIB
Package
Description
-
Uses of SnmpCommunityMIB in org.snmp4j.agent
Fields in org.snmp4j.agent declared as SnmpCommunityMIBModifier and TypeFieldDescriptionprotected SnmpCommunityMIB
AgentConfigManager.communityMIB
protected SnmpCommunityMIB
BaseAgent.snmpCommunityMIB
Methods in org.snmp4j.agent that return SnmpCommunityMIBModifier and TypeMethodDescriptionAgentConfigManager.getSnmpCommunityMIB()
Returns the SNMP-COMMUNITY-MIB implementation used by this config manager.BaseAgent.getSnmpCommunityMIB()
Methods in org.snmp4j.agent with parameters of type SnmpCommunityMIBModifier and TypeMethodDescriptionprotected abstract void
BaseAgent.addCommunities
(SnmpCommunityMIB communityMIB) Adds community to security name mappings needed for SNMPv1 and SNMPv2c. -
Uses of SnmpCommunityMIB in org.snmp4j.agent.mo.snmp
Constructors in org.snmp4j.agent.mo.snmp with parameters of type SnmpCommunityMIBModifierConstructorDescriptionNotificationOriginatorImpl
(org.snmp4j.Session session, VACM vacm, SysUpTime sysUpTime, SnmpTargetMIB targetMIB, SnmpNotificationMIB notificationMIB, SnmpCommunityMIB communityMIB) Creates a notification originator. -
Uses of SnmpCommunityMIB in org.snmp4j.agent.mo.snmp4j
Fields in org.snmp4j.agent.mo.snmp4j declared as SnmpCommunityMIBMethods in org.snmp4j.agent.mo.snmp4j that return SnmpCommunityMIBMethods in org.snmp4j.agent.mo.snmp4j with parameters of type SnmpCommunityMIBModifier and TypeMethodDescriptionvoid
Snmp4jConfigMib.setSnmpCommunityMIB
(SnmpCommunityMIB snmpCommunityMIB) -
Uses of SnmpCommunityMIB in org.snmp4j.agent.test
Methods in org.snmp4j.agent.test with parameters of type SnmpCommunityMIBModifier and TypeMethodDescriptionprotected void
SnapshotAgent.addCommunities
(SnmpCommunityMIB communityMIB) Adds community to security name mappings needed for SNMPv1 and SNMPv2c.protected void
TestAgent.addCommunities
(SnmpCommunityMIB communityMIB)