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 LonggetDsCacheEntries()Getter for the "DsCacheEntries" variable.LonggetDsCacheHits()Getter for the "DsCacheHits" variable.LonggetDsMasterEntries()Getter for the "DsMasterEntries" variable.StringgetDsServerDescription()Getter for the "DsServerDescription" variable.Byte[]getDsServerType()Getter for the "DsServerType" variable.ObjectNamegetObjectName()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:DsTableEntryGetter for the "DsServerType" variable.- Specified by:
getDsServerTypein interfaceDsTableEntryMBean- Overrides:
getDsServerTypein classDsTableEntry
-
getDsCacheHits
public Long getDsCacheHits()
Description copied from class:DsTableEntryGetter for the "DsCacheHits" variable.- Specified by:
getDsCacheHitsin interfaceDsTableEntryMBean- Overrides:
getDsCacheHitsin classDsTableEntry
-
getDsCacheEntries
public Long getDsCacheEntries()
Description copied from class:DsTableEntryGetter for the "DsCacheEntries" variable.- Specified by:
getDsCacheEntriesin interfaceDsTableEntryMBean- Overrides:
getDsCacheEntriesin classDsTableEntry
-
getDsMasterEntries
public Long getDsMasterEntries()
Description copied from class:DsTableEntryGetter for the "DsMasterEntries" variable.- Specified by:
getDsMasterEntriesin interfaceDsTableEntryMBean- Overrides:
getDsMasterEntriesin classDsTableEntry
-
getDsServerDescription
public String getDsServerDescription()
Description copied from class:DsTableEntryGetter for the "DsServerDescription" variable.- Specified by:
getDsServerDescriptionin interfaceDsTableEntryMBean- Overrides:
getDsServerDescriptionin classDsTableEntry
-
getObjectName
public ObjectName getObjectName()
Description copied from interface:DsEntryReturns the ObjectName of the SNMP Entry.- Specified by:
getObjectNamein interfaceDsEntry- Returns:
- the ObjectName of the SNMP Entry
-
-