Package org.opends.server.snmp
Class DsIntEntry
- java.lang.Object
-
- org.opends.server.snmp.DsIntEntry
-
- All Implemented Interfaces:
Serializable,DsIntEntryMBean
public class DsIntEntry extends Object implements DsIntEntryMBean, Serializable
The class is used for implementing the "DsIntEntry" group. The group is defined with the following oid: 1.3.6.1.2.1.66.3.1.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegerApplIndexVariable for storing the value of "ApplIndex".protected IntegerDsApplIfProtocolIndexVariable for storing the value of "DsApplIfProtocolIndex".protected StringDsIntEntDirectoryNameVariable for storing the value of "DsIntEntDirectoryName".protected LongDsIntEntFailuresVariable for storing the value of "DsIntEntFailures".protected LongDsIntEntFailuresSinceLastSuccessVariable for storing the value of "DsIntEntFailuresSinceLastSuccess".protected IntegerDsIntEntIndexVariable for storing the value of "DsIntEntIndex".protected LongDsIntEntSuccessesVariable for storing the value of "DsIntEntSuccesses".protected LongDsIntEntTimeOfCreationVariable for storing the value of "DsIntEntTimeOfCreation".protected LongDsIntEntTimeOfLastAttemptVariable for storing the value of "DsIntEntTimeOfLastAttempt".protected LongDsIntEntTimeOfLastSuccessVariable for storing the value of "DsIntEntTimeOfLastSuccess".protected StringDsIntEntURLVariable for storing the value of "DsIntEntURL".
-
Constructor Summary
Constructors Constructor Description DsIntEntry(com.sun.management.snmp.agent.SnmpMib myMib)Constructor for the "DsIntEntry" group.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Field Detail
-
DsIntEntURL
protected String DsIntEntURL
Variable for storing the value of "DsIntEntURL". The variable is identified by: "1.3.6.1.2.1.66.3.1.9". " URL of the peer Directory Server."
-
DsIntEntSuccesses
protected Long DsIntEntSuccesses
Variable for storing the value of "DsIntEntSuccesses". The variable is identified by: "1.3.6.1.2.1.66.3.1.8". " Cumulative successes in contacting the peer Directory Server since the creation of this entry."
-
DsIntEntFailures
protected Long DsIntEntFailures
Variable for storing the value of "DsIntEntFailures". The variable is identified by: "1.3.6.1.2.1.66.3.1.7". " Cumulative failures in contacting the peer Directory Server since the creation of this entry."
-
DsIntEntFailuresSinceLastSuccess
protected Long DsIntEntFailuresSinceLastSuccess
Variable for storing the value of "DsIntEntFailuresSinceLastSuccess". The variable is identified by: "1.3.6.1.2.1.66.3.1.6". " The number of failures since the last time an attempt to contact the peer Directory Server was successful. If there have been no successful attempts, this counter will contain the number of failures since this entry was created."
-
DsIntEntTimeOfLastSuccess
protected Long DsIntEntTimeOfLastSuccess
Variable for storing the value of "DsIntEntTimeOfLastSuccess". The variable is identified by: "1.3.6.1.2.1.66.3.1.5". " The value of sysUpTime when the last attempt made to contact the peer Directory Server was successful. If there have been no successful attempts this entry will have a value of zero. If the last successful attempt was made before the network management subsystem was initialized, this object will contain a value of zero."
-
DsIntEntTimeOfLastAttempt
protected Long DsIntEntTimeOfLastAttempt
Variable for storing the value of "DsIntEntTimeOfLastAttempt". The variable is identified by: "1.3.6.1.2.1.66.3.1.4". " The value of sysUpTime when the last attempt was made to contact the peer Directory Server. If the last attempt was made before the network management subsystem was initialized, this object will contain a value of zero."
-
DsIntEntTimeOfCreation
protected Long DsIntEntTimeOfCreation
Variable for storing the value of "DsIntEntTimeOfCreation". The variable is identified by: "1.3.6.1.2.1.66.3.1.3". " The value of sysUpTime when this row was created. If the entry was created before the network management subsystem was initialized, this object will contain a value of zero."
-
DsIntEntDirectoryName
protected String DsIntEntDirectoryName
Variable for storing the value of "DsIntEntDirectoryName". The variable is identified by: "1.3.6.1.2.1.66.3.1.2". " Distinguished Name of the peer Directory Server to which this entry pertains."
-
DsIntEntIndex
protected Integer DsIntEntIndex
Variable for storing the value of "DsIntEntIndex". The variable is identified by: "1.3.6.1.2.1.66.3.1.1". " Together with applIndex and dsApplIfProtocolIndex, this object forms the unique key to identify the conceptual row which contains useful info on the (attempted) interaction between the Directory Server (referred to by applIndex) and a peer Directory Server using a particular protocol."
-
ApplIndex
protected Integer ApplIndex
Variable for storing the value of "ApplIndex". The variable is identified by: "1.3.6.1.2.1.27.1.1.1". "An index to uniquely identify the network service application. This attribute is the index used for lexicographic ordering of the table."
-
DsApplIfProtocolIndex
protected Integer DsApplIfProtocolIndex
Variable for storing the value of "DsApplIfProtocolIndex". The variable is identified by: "1.3.6.1.2.1.66.2.1.1". "An index to uniquely identify an entry corresponding to a application-layer protocol interface. This index is used for lexicographic ordering of the table."
-
-
Method Detail
-
getDsIntEntURL
public String getDsIntEntURL() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntURL" variable.- Specified by:
getDsIntEntURLin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntSuccesses
public Long getDsIntEntSuccesses() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntSuccesses" variable.- Specified by:
getDsIntEntSuccessesin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntFailures
public Long getDsIntEntFailures() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntFailures" variable.- Specified by:
getDsIntEntFailuresin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntFailuresSinceLastSuccess
public Long getDsIntEntFailuresSinceLastSuccess() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntFailuresSinceLastSuccess" variable.- Specified by:
getDsIntEntFailuresSinceLastSuccessin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfLastSuccess
public Long getDsIntEntTimeOfLastSuccess() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfLastSuccess" variable.- Specified by:
getDsIntEntTimeOfLastSuccessin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfLastAttempt
public Long getDsIntEntTimeOfLastAttempt() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfLastAttempt" variable.- Specified by:
getDsIntEntTimeOfLastAttemptin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfCreation
public Long getDsIntEntTimeOfCreation() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfCreation" variable.- Specified by:
getDsIntEntTimeOfCreationin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntDirectoryName
public String getDsIntEntDirectoryName() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntDirectoryName" variable.- Specified by:
getDsIntEntDirectoryNamein interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntIndex
public Integer getDsIntEntIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntIndex" variable.- Specified by:
getDsIntEntIndexin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getApplIndex
public Integer getApplIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "ApplIndex" variable.- Specified by:
getApplIndexin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsApplIfProtocolIndex
public Integer getDsApplIfProtocolIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsApplIfProtocolIndex" variable.- Specified by:
getDsApplIfProtocolIndexin interfaceDsIntEntryMBean- Throws:
com.sun.management.snmp.SnmpStatusException
-
-