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 |
DsTableEntry
The class is used for implementing the "DsTableEntry" group.
|
class |
DsTableEntryImpl
The class is used for implementing the "DsTableEntry" group implementation.
|
Modifier and Type | Field and Description |
---|---|
protected DsTableEntryMBean |
DsTableEntryMeta.node |
Modifier and Type | Method and Description |
---|---|
DsTableEntryMBean[] |
DsMIB.getDsTable()
Access the "DsTable" variable as a bean indexed property.
|
DsTableEntryMBean[] |
TableDsTable.getEntries()
Return the entries stored in the table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDsTable.addEntry(DsTableEntryMBean entry)
Add a new entry to the table.
|
void |
TableDsTable.addEntry(DsTableEntryMBean entry,
ObjectName name)
Add a new entry to the table.
|
SnmpIndex |
TableDsTable.buildSnmpIndex(DsTableEntryMBean entry)
Build index for "DsTableEntry".
|
void |
TableDsTable.removeEntry(DsTableEntryMBean entry)
Remove the specified entry from the table.
|
protected void |
DsTableEntryMeta.setInstance(DsTableEntryMBean var)
Allow to bind the metadata description to a specific object.
|
Copyright 2010-2020 ForgeRock AS.