Modifier and Type | Class | Description |
---|---|---|
class |
AgentppSimulationMib.AgentppSimDeleteRow |
|
class |
AgentppSimulationMib.AgentppSimDeleteTableContents |
|
class |
AgentppSimulationMib.AgentppSimMode |
|
static class |
AgentppSimulationMib.AgentppSimModeEnum |
Modifier and Type | Field | Description |
---|---|---|
static org.snmp4j.smi.OID |
oidAgentppSimDeleteRow |
|
static org.snmp4j.smi.OID |
oidAgentppSimDeleteTableContents |
|
static org.snmp4j.smi.OID |
oidAgentppSimMode |
Constructor | Description |
---|---|
AgentppSimulationMib() |
Modifier and Type | Method | Description |
---|---|---|
void |
registerMOs(MOServer server,
org.snmp4j.smi.OctetString context) |
Registers the managed objects of this group with the server for the
supplied context.
|
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.
|
public static final org.snmp4j.smi.OID oidAgentppSimMode
public static final org.snmp4j.smi.OID oidAgentppSimDeleteRow
public static final org.snmp4j.smi.OID oidAgentppSimDeleteTableContents
public void registerMOs(MOServer server, org.snmp4j.smi.OctetString context) throws DuplicateRegistrationException
MOGroup
registerMOs
in interface MOGroup
server
- the MOServer
where to register the managed objects.context
- the context to use (may be null
if no specific context
is selected).DuplicateRegistrationException
- if a managed object's scope (i.e. lower bound) is already registered
at the server.public void unregisterMOs(MOServer server, org.snmp4j.smi.OctetString context)
MOGroup
unregisterMOs
in interface MOGroup
server
- the MOServer
where to unregister the managed objects.context
- the context to use (may be null
if no specific context
is selected).Copyright © 2018 SNMP4J.org. All rights reserved.