Package org.opends.server.snmp
Interface DsIntEntryMBean
-
- All Known Implementing Classes:
DsIntEntry
public interface DsIntEntryMBean
This 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 Integer
getApplIndex()
Getter for the "ApplIndex" variable.Integer
getDsApplIfProtocolIndex()
Getter for the "DsApplIfProtocolIndex" variable.String
getDsIntEntDirectoryName()
Getter for the "DsIntEntDirectoryName" variable.Long
getDsIntEntFailures()
Getter for the "DsIntEntFailures" variable.Long
getDsIntEntFailuresSinceLastSuccess()
Getter for the "DsIntEntFailuresSinceLastSuccess" variable.Integer
getDsIntEntIndex()
Getter for the "DsIntEntIndex" variable.Long
getDsIntEntSuccesses()
Getter for the "DsIntEntSuccesses" variable.Long
getDsIntEntTimeOfCreation()
Getter for the "DsIntEntTimeOfCreation" variable.Long
getDsIntEntTimeOfLastAttempt()
Getter for the "DsIntEntTimeOfLastAttempt" variable.Long
getDsIntEntTimeOfLastSuccess()
Getter for the "DsIntEntTimeOfLastSuccess" variable.String
getDsIntEntURL()
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
-
-