Package | Description |
---|---|
org.opends.server.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
Modifier and Type | Class and Description |
---|---|
class |
DsIntEntry
The class is used for implementing the "DsIntEntry" group.
|
Modifier and Type | Field and Description |
---|---|
protected DsIntEntryMBean |
DsIntEntryMeta.node |
Modifier and Type | Method and Description |
---|---|
DsIntEntryMBean[] |
DsMIB.getDsIntTable()
Access the "DsIntTable" variable as a bean indexed property.
|
DsIntEntryMBean[] |
TableDsIntTable.getEntries()
Return the entries stored in the table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDsIntTable.addEntry(DsIntEntryMBean entry)
Add a new entry to the table.
|
void |
TableDsIntTable.addEntry(DsIntEntryMBean entry,
ObjectName name)
Add a new entry to the table.
|
SnmpIndex |
TableDsIntTable.buildSnmpIndex(DsIntEntryMBean entry)
Build index for "DsIntEntry".
|
void |
TableDsIntTable.removeEntry(DsIntEntryMBean entry)
Remove the specified entry from the table.
|
protected void |
DsIntEntryMeta.setInstance(DsIntEntryMBean var)
Allow to bind the metadata description to a specific object.
|
Copyright 2010-2018 ForgeRock AS.