Package org.opends.server.snmp
Class DsTableEntryImpl
- java.lang.Object
-
- org.opends.server.snmp.DsTableEntry
-
- org.opends.server.snmp.DsTableEntryImpl
-
- All Implemented Interfaces:
Serializable
,DsEntry
,DsTableEntryMBean
public final class DsTableEntryImpl extends DsTableEntry implements DsEntry
The class is used for implementing the "DsTableEntry" group implementation. The group is defined with the following oid: 1.3.6.1.2.1.66.1.1.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.opends.server.snmp.DsTableEntry
ApplIndex, DsCacheEntries, DsCacheHits, DsCopyEntries, DsMasterEntries, DsServerDescription, DsServerType, DsSlaveHits
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getDsCacheEntries()
Getter for the "DsCacheEntries" variable.Long
getDsCacheHits()
Getter for the "DsCacheHits" variable.Long
getDsMasterEntries()
Getter for the "DsMasterEntries" variable.String
getDsServerDescription()
Getter for the "DsServerDescription" variable.Byte[]
getDsServerType()
Getter for the "DsServerType" variable.ObjectName
getObjectName()
Returns the ObjectName of the SNMP Entry.-
Methods inherited from class org.opends.server.snmp.DsTableEntry
getApplIndex, getDsCopyEntries, getDsSlaveHits
-
-
-
-
Method Detail
-
getDsServerType
public Byte[] getDsServerType()
Description copied from class:DsTableEntry
Getter for the "DsServerType" variable.- Specified by:
getDsServerType
in interfaceDsTableEntryMBean
- Overrides:
getDsServerType
in classDsTableEntry
-
getDsCacheHits
public Long getDsCacheHits()
Description copied from class:DsTableEntry
Getter for the "DsCacheHits" variable.- Specified by:
getDsCacheHits
in interfaceDsTableEntryMBean
- Overrides:
getDsCacheHits
in classDsTableEntry
-
getDsCacheEntries
public Long getDsCacheEntries()
Description copied from class:DsTableEntry
Getter for the "DsCacheEntries" variable.- Specified by:
getDsCacheEntries
in interfaceDsTableEntryMBean
- Overrides:
getDsCacheEntries
in classDsTableEntry
-
getDsMasterEntries
public Long getDsMasterEntries()
Description copied from class:DsTableEntry
Getter for the "DsMasterEntries" variable.- Specified by:
getDsMasterEntries
in interfaceDsTableEntryMBean
- Overrides:
getDsMasterEntries
in classDsTableEntry
-
getDsServerDescription
public String getDsServerDescription()
Description copied from class:DsTableEntry
Getter for the "DsServerDescription" variable.- Specified by:
getDsServerDescription
in interfaceDsTableEntryMBean
- Overrides:
getDsServerDescription
in classDsTableEntry
-
getObjectName
public ObjectName getObjectName()
Description copied from interface:DsEntry
Returns the ObjectName of the SNMP Entry.- Specified by:
getObjectName
in interfaceDsEntry
- Returns:
- the ObjectName of the SNMP Entry
-
-