Package org.opends.server.snmp
Interface DsIntEntryMBean
-
- All Known Implementing Classes:
DsIntEntry
public interface DsIntEntryMBeanThis interface is used for representing the remote management interface for the "DsIntEntry" MBean.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetApplIndex()Getter for the "ApplIndex" variable.IntegergetDsApplIfProtocolIndex()Getter for the "DsApplIfProtocolIndex" variable.StringgetDsIntEntDirectoryName()Getter for the "DsIntEntDirectoryName" variable.LonggetDsIntEntFailures()Getter for the "DsIntEntFailures" variable.LonggetDsIntEntFailuresSinceLastSuccess()Getter for the "DsIntEntFailuresSinceLastSuccess" variable.IntegergetDsIntEntIndex()Getter for the "DsIntEntIndex" variable.LonggetDsIntEntSuccesses()Getter for the "DsIntEntSuccesses" variable.LonggetDsIntEntTimeOfCreation()Getter for the "DsIntEntTimeOfCreation" variable.LonggetDsIntEntTimeOfLastAttempt()Getter for the "DsIntEntTimeOfLastAttempt" variable.LonggetDsIntEntTimeOfLastSuccess()Getter for the "DsIntEntTimeOfLastSuccess" variable.StringgetDsIntEntURL()Getter for the "DsIntEntURL" variable.
-
-
-
Method Detail
-
getDsIntEntURL
String getDsIntEntURL() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntURL" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntSuccesses
Long getDsIntEntSuccesses() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntSuccesses" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntFailures
Long getDsIntEntFailures() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntFailures" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntFailuresSinceLastSuccess
Long getDsIntEntFailuresSinceLastSuccess() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntFailuresSinceLastSuccess" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfLastSuccess
Long getDsIntEntTimeOfLastSuccess() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfLastSuccess" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfLastAttempt
Long getDsIntEntTimeOfLastAttempt() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfLastAttempt" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfCreation
Long getDsIntEntTimeOfCreation() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfCreation" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntDirectoryName
String getDsIntEntDirectoryName() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntDirectoryName" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntIndex
Integer getDsIntEntIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntIndex" 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
-
getDsApplIfProtocolIndex
Integer getDsApplIfProtocolIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsApplIfProtocolIndex" variable.- Throws:
com.sun.management.snmp.SnmpStatusException
-
-