Uses of Interface
org.snmp4j.agent.MOGroup
-
Packages that use MOGroup Package Description org.snmp4j.agent org.snmp4j.agent.mo org.snmp4j.agent.mo.ext org.snmp4j.agent.mo.snmp org.snmp4j.agent.mo.snmp.dh org.snmp4j.agent.mo.snmp4j -
-
Uses of MOGroup in org.snmp4j.agent
Methods in org.snmp4j.agent with parameters of type MOGroup Modifier and Type Method Description protected org.snmp4j.smi.OctetString
AgentConfigManager. getContext(MOGroup mibGroup, org.snmp4j.smi.OctetString defaultContext)
This method can be overwritten by a subagent to specify the contexts each MIB module (group) will be registered to.protected org.snmp4j.smi.OctetString
BaseAgent. getContext(MOGroup mibGroup)
Deprecated.This method can be overwritten by a subagent to specify the contexts each MIB module (group) will be registered to. -
Uses of MOGroup in org.snmp4j.agent.mo
Classes in org.snmp4j.agent.mo that implement MOGroup Modifier and Type Class Description class
MOGroupImpl
TheMOGroupImpl
implements a simple object group. -
Uses of MOGroup in org.snmp4j.agent.mo.ext
Classes in org.snmp4j.agent.mo.ext that implement MOGroup Modifier and Type Class Description class
AgentppSimulationMib
class
StaticMOGroup
TheStaticMOGroup
can be used to easily implement static (read-only) managed objects. -
Uses of MOGroup in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement MOGroup Modifier and Type Class Description class
NotificationLogMib
class
SnmpCommunityMIB
class
SnmpFrameworkMIB
The SnmpFrameworkMIB implements the SNMP-FRAMEWORK-MIB as defined by RFC 3411.class
SnmpMpdMib
class
SnmpNotificationMIB
class
SnmpProxyMIB
class
SnmpTargetMIB
class
SnmpTlsTmMib
class
SnmpTsmMib
class
SNMPv2MIB
TheSystemGroup
implements the objects in the SNMPv2-MIB specification.class
UsmMIB
TheUsmMIB
implements the SNMP-USER-BASED-SM-MIB defined in RFC 3414.class
VacmMIB
This concrete implementation of the SNMP-VIEW-BASED-ACM-MIB (RFC 3415). -
Uses of MOGroup in org.snmp4j.agent.mo.snmp.dh
Classes in org.snmp4j.agent.mo.snmp.dh that implement MOGroup Modifier and Type Class Description class
SnmpUsmDhObjectsMib
-
Uses of MOGroup in org.snmp4j.agent.mo.snmp4j
Classes in org.snmp4j.agent.mo.snmp4j that implement MOGroup Modifier and Type Class Description class
Snmp4jConfigMib
class
Snmp4jLogMib
class
Snmp4jProxyMib
-