Package org.opends.server.snmp
Interface DsTableEntryMBean
-
- All Known Implementing Classes:
DsTableEntry
,DsTableEntryImpl
public interface DsTableEntryMBean
This interface is used for representing the remote management interface for the "DsTableEntry" MBean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Integer
getApplIndex()
Getter for the "ApplIndex" variable.Long
getDsCacheEntries()
Getter for the "DsCacheEntries" variable.Long
getDsCacheHits()
Getter for the "DsCacheHits" variable.Long
getDsCopyEntries()
Getter for the "DsCopyEntries" variable.Long
getDsMasterEntries()
Getter for the "DsMasterEntries" variable.String
getDsServerDescription()
Getter for the "DsServerDescription" variable.Byte[]
getDsServerType()
Getter for the "DsServerType" variable.Long
getDsSlaveHits()
Getter for the "DsSlaveHits" variable.
-
-
-
Method Detail
-
getDsCacheHits
Long getDsCacheHits() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCacheHits" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsCacheEntries
Long getDsCacheEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCacheEntries" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsCopyEntries
Long getDsCopyEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsCopyEntries" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsMasterEntries
Long getDsMasterEntries() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsMasterEntries" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsServerDescription
String getDsServerDescription() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsServerDescription" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsServerType
Byte[] getDsServerType() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsServerType" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsSlaveHits
Long getDsSlaveHits() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsSlaveHits" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getApplIndex
Integer getApplIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "ApplIndex" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
-