- java.lang.Object
-
- org.snmp4j.agent.mo.ext.AgentppSimulationMib
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAgentppSimulationMib.AgentppSimDeleteRowclassAgentppSimulationMib.AgentppSimDeleteTableContentsclassAgentppSimulationMib.AgentppSimModestatic classAgentppSimulationMib.AgentppSimModeEnum
-
Field Summary
Fields Modifier and Type Field Description static org.snmp4j.smi.OIDoidAgentppSimDeleteRowstatic org.snmp4j.smi.OIDoidAgentppSimDeleteTableContentsstatic org.snmp4j.smi.OIDoidAgentppSimMode
-
Constructor Summary
Constructors Constructor Description AgentppSimulationMib()
-
Method Summary
All Methods Instance Methods Concrete 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
public void registerMOs(MOServer server, org.snmp4j.smi.OctetString context) throws DuplicateRegistrationException
Description copied from interface:MOGroupRegisters the managed objects of this group with the server for the supplied context.- Specified by:
registerMOsin interfaceMOGroup- 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
public void unregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)
Description copied from interface:MOGroupUnregisters the managed objects of this group from the supplied server and from the supplied context.- Specified by:
unregisterMOsin interfaceMOGroup- Parameters:
server- theMOServerwhere to unregister the managed objects.context- the context to use (may benullif no specific context is selected).
-
-