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 Integer
ApplIndex
Variable for storing the value of "ApplIndex".protected Integer
DsApplIfProtocolIndex
Variable for storing the value of "DsApplIfProtocolIndex".protected String
DsIntEntDirectoryName
Variable for storing the value of "DsIntEntDirectoryName".protected Long
DsIntEntFailures
Variable for storing the value of "DsIntEntFailures".protected Long
DsIntEntFailuresSinceLastSuccess
Variable for storing the value of "DsIntEntFailuresSinceLastSuccess".protected Integer
DsIntEntIndex
Variable for storing the value of "DsIntEntIndex".protected Long
DsIntEntSuccesses
Variable for storing the value of "DsIntEntSuccesses".protected Long
DsIntEntTimeOfCreation
Variable for storing the value of "DsIntEntTimeOfCreation".protected Long
DsIntEntTimeOfLastAttempt
Variable for storing the value of "DsIntEntTimeOfLastAttempt".protected Long
DsIntEntTimeOfLastSuccess
Variable for storing the value of "DsIntEntTimeOfLastSuccess".protected String
DsIntEntURL
Variable 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 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.
-
-
-
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:
getDsIntEntURL
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntSuccesses
public Long getDsIntEntSuccesses() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntSuccesses" variable.- Specified by:
getDsIntEntSuccesses
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntFailures
public Long getDsIntEntFailures() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntFailures" variable.- Specified by:
getDsIntEntFailures
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntFailuresSinceLastSuccess
public Long getDsIntEntFailuresSinceLastSuccess() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntFailuresSinceLastSuccess" variable.- Specified by:
getDsIntEntFailuresSinceLastSuccess
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfLastSuccess
public Long getDsIntEntTimeOfLastSuccess() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfLastSuccess" variable.- Specified by:
getDsIntEntTimeOfLastSuccess
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfLastAttempt
public Long getDsIntEntTimeOfLastAttempt() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfLastAttempt" variable.- Specified by:
getDsIntEntTimeOfLastAttempt
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntTimeOfCreation
public Long getDsIntEntTimeOfCreation() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntTimeOfCreation" variable.- Specified by:
getDsIntEntTimeOfCreation
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntDirectoryName
public String getDsIntEntDirectoryName() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntDirectoryName" variable.- Specified by:
getDsIntEntDirectoryName
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsIntEntIndex
public Integer getDsIntEntIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsIntEntIndex" variable.- Specified by:
getDsIntEntIndex
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getApplIndex
public Integer getApplIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "ApplIndex" variable.- Specified by:
getApplIndex
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
getDsApplIfProtocolIndex
public Integer getDsApplIfProtocolIndex() throws com.sun.management.snmp.SnmpStatusException
Getter for the "DsApplIfProtocolIndex" variable.- Specified by:
getDsApplIfProtocolIndex
in interfaceDsIntEntryMBean
- Throws:
com.sun.management.snmp.SnmpStatusException
-
-