-
- All Known Implementing Classes:
AgentppSimulationMib,MOGroupImpl,NotificationLogMib,Snmp4jConfigMib,Snmp4jLogMib,Snmp4jProxyMib,SnmpCommunityMIB,SnmpFrameworkMIB,SnmpMpdMib,SnmpNotificationMIB,SnmpProxyMIB,SnmpTargetMIB,SnmpTlsTmMib,SnmpTsmMib,SnmpUsmDhObjectsMib,SNMPv2MIB,StaticMOGroup,UsmMIB,VacmMIB
public interface MOGroupAMOGroupinstance is a group ofManagedObjects. A group can include the managed objects from a complete MIB module or only a few objects.- Version:
- 1.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)Registers the managed objects of this group with the server for the supplied context.voidunregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)Unregisters the managed objects of this group from the supplied server and from the supplied context.
-
-
-
Method Detail
-
registerMOs
void registerMOs(MOServer server, org.snmp4j.smi.OctetString context) throws DuplicateRegistrationException
Registers the managed objects of this group with the server for the supplied context.- Parameters:
server- theMOServerwhere to register the managed objects.context- the context to use (may benullif no specific context is selected).- Throws:
DuplicateRegistrationException- if a managed object's scope (i.e. lower bound) is already registered at the server.
-
unregisterMOs
void unregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)
Unregisters the managed objects of this group from the supplied server and from the supplied context.- Parameters:
server- theMOServerwhere to unregister the managed objects.context- the context to use (may benullif no specific context is selected).
-
-