Package org.opends.server.snmp
Class DsMIB
- java.lang.Object
-
- org.opends.server.snmp.DsMIB
-
- All Implemented Interfaces:
Serializable
,DsMIBMBean
- Direct Known Subclasses:
DsMIBImpl
public class DsMIB extends Object implements DsMIBMBean, Serializable
The class is used for implementing the "DsMIB" group. The group is defined with the following oid: 1.3.6.1.2.1.66.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected TableDsApplIfOpsTable
DsApplIfOpsTable
Variable for storing the value of "DsApplIfOpsTable".protected TableDsIntTable
DsIntTable
Variable for storing the value of "DsIntTable".protected TableDsTable
DsTable
Variable for storing the value of "DsTable".
-
Constructor Summary
Constructors Constructor Description DsMIB(com.sun.management.snmp.agent.SnmpMib myMib)
Constructor for the "DsMIB" group.DsMIB(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server)
Constructor for the "DsMIB" group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableDsApplIfOpsTable
accessDsApplIfOpsTable()
Access the "DsApplIfOpsTable" variable.TableDsIntTable
accessDsIntTable()
Access the "DsIntTable" variable.TableDsTable
accessDsTable()
Access the "DsTable" variable.DsApplIfOpsEntryMBean[]
getDsApplIfOpsTable()
Access the "DsApplIfOpsTable" variable as a bean indexed property.DsIntEntryMBean[]
getDsIntTable()
Access the "DsIntTable" variable as a bean indexed property.DsTableEntryMBean[]
getDsTable()
Access the "DsTable" variable as a bean indexed property.
-
-
-
Field Detail
-
DsIntTable
protected TableDsIntTable DsIntTable
Variable for storing the value of "DsIntTable". The variable is identified by: "1.3.6.1.2.1.66.3". " Each row of this table contains some details related to the history of the interaction of the monitored Directory Server with its peer Directory Servers."
-
DsApplIfOpsTable
protected TableDsApplIfOpsTable DsApplIfOpsTable
Variable for storing the value of "DsApplIfOpsTable". The variable is identified by: "1.3.6.1.2.1.66.2". " The table holding information related to the Directory Server operations."
-
DsTable
protected TableDsTable DsTable
Variable for storing the value of "DsTable". The variable is identified by: "1.3.6.1.2.1.66.1". " The table holding information related to the Directory Servers."
-
-
Constructor Detail
-
DsMIB
public DsMIB(com.sun.management.snmp.agent.SnmpMib myMib)
Constructor for the "DsMIB" group. If the group contains a table, the entries created through an SNMP SET will not be registered in Java DMK.
-
DsMIB
public DsMIB(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server)
Constructor for the "DsMIB" group. If the group contains a table, the entries created through an SNMP SET will be AUTOMATICALLY REGISTERED in Java DMK.
-
-
Method Detail
-
accessDsIntTable
public TableDsIntTable accessDsIntTable() throws com.sun.management.snmp.SnmpStatusException
Access the "DsIntTable" variable.- Specified by:
accessDsIntTable
in interfaceDsMIBMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntTable
public DsIntEntryMBean[] getDsIntTable() throws com.sun.management.snmp.SnmpStatusException
Access the "DsIntTable" variable as a bean indexed property.- Throws:
com.sun.management.snmp.SnmpStatusException
-
accessDsApplIfOpsTable
public TableDsApplIfOpsTable accessDsApplIfOpsTable() throws com.sun.management.snmp.SnmpStatusException
Access the "DsApplIfOpsTable" variable.- Specified by:
accessDsApplIfOpsTable
in interfaceDsMIBMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsApplIfOpsTable
public DsApplIfOpsEntryMBean[] getDsApplIfOpsTable() throws com.sun.management.snmp.SnmpStatusException
Access the "DsApplIfOpsTable" variable as a bean indexed property.- Throws:
com.sun.management.snmp.SnmpStatusException
-
accessDsTable
public TableDsTable accessDsTable() throws com.sun.management.snmp.SnmpStatusException
Access the "DsTable" variable.- Specified by:
accessDsTable
in interfaceDsMIBMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsTable
public DsTableEntryMBean[] getDsTable() throws com.sun.management.snmp.SnmpStatusException
Access the "DsTable" variable as a bean indexed property.- Throws:
com.sun.management.snmp.SnmpStatusException
-
-