public class Ipv6AddrTablePdu extends GetNextPdu
Modifier and Type | Field and Description |
---|---|
protected boolean |
_invalid |
protected java.lang.Integer |
_ipv6AddrAnycastFlag |
protected java.util.HashMap |
_ipv6AddrAnycastFlagMap |
protected java.lang.Integer |
_ipv6AddrPfxLength |
protected java.lang.Integer |
_ipv6AddrStatus |
protected java.util.HashMap |
_ipv6AddrStatusMap |
protected java.lang.Integer |
_ipv6AddrType |
protected java.util.HashMap |
_ipv6AddrTypeMap |
protected int |
_tmpErrorInd |
protected int |
_tmpErrorStat |
static java.lang.String[] |
all_oids |
static java.lang.String[] |
col_oids |
static java.lang.String |
ipv6AddrAnycastFlag_OID |
static java.lang.String |
ipv6AddrPfxLength_OID |
static java.lang.String |
ipv6AddrStatus_OID |
static java.lang.String |
ipv6AddrType_OID |
static int |
NO_COL |
static int |
NO_OID |
static int |
NO_SCAL |
static java.lang.String[] |
scal_oids |
added, answered, context, encodedPacket, errind, errstat, msg_type, reqVarbinds, respVarbinds, snmpv3MsgId
Constructor and Description |
---|
Ipv6AddrTablePdu(SnmpContextBasisFace con)
Constructor.
|
Ipv6AddrTablePdu(SnmpContextBasisFace con,
java.util.Observer o)
Constructor that will send the first request immediately.
|
Modifier and Type | Method and Description |
---|---|
void |
addOids(int index)
This method sets the column index.
|
void |
addOids(Ipv6AddrTablePdu old)
The method addOids is the basis for the GetNext functionality.
|
java.lang.Integer |
getIpv6AddrAnycastFlag() |
java.lang.String |
getIpv6AddrAnycastFlagStr() |
java.lang.Integer |
getIpv6AddrPfxLength() |
java.lang.Integer |
getIpv6AddrStatus() |
java.lang.String |
getIpv6AddrStatusStr() |
java.lang.Integer |
getIpv6AddrType() |
java.lang.String |
getIpv6AddrTypeStr() |
boolean |
isInvalid()
Returns if this set of values is invalid.
|
protected void |
new_value(int n,
varbind res)
The value of the request is set.
|
void |
setIpv6AddrAnycastFlag(AsnObject new_value)
ipv6AddrAnycastFlag
TYPE TruthValue ::= TEXTUAL-CONVENTION ( Status: current Description: Represents a boolean value. |
void |
setIpv6AddrPfxLength(AsnObject new_value)
ipv6AddrPfxLength
OBJECT-TYPE ( Syntax: [UNIVERSAL 2] INTEGER (0..128) Units: bits Access: read-only Status: current Description: The length of the prefix (in bits) associated with the IPv6 address of this entry. ) |
void |
setIpv6AddrStatus(AsnObject new_value)
ipv6AddrStatus
OBJECT-TYPE ( Syntax: [UNIVERSAL 2] INTEGER (1 | 2 | 3 | 4 | 5) Access: read-only Status: current Description: Address status. |
void |
setIpv6AddrType(AsnObject new_value)
ipv6AddrType
OBJECT-TYPE ( Syntax: [UNIVERSAL 2] INTEGER (1 | 2 | 3) Access: read-only Status: current Description: The type of address. |
java.lang.String |
toString()
Returns the string representation of the PDU.
|
addOid, addOid, addOid, addOid, addOid, addToTrans, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, getRetryIntervals, isExpectingResponse, isTimedOut, notifyObservers, printVars, send, send, send, sendme, setErrorIndex, setErrorStatus, setErrorStatus, setMsgType, setRetryIntervals, tell_them, toString, waitForSelf
public static final java.lang.String ipv6AddrPfxLength_OID
public static final java.lang.String ipv6AddrType_OID
public static final java.lang.String ipv6AddrAnycastFlag_OID
public static final java.lang.String ipv6AddrStatus_OID
public static final int NO_SCAL
public static final int NO_COL
public static final int NO_OID
public static final java.lang.String[] scal_oids
public static final java.lang.String[] col_oids
public static final java.lang.String[] all_oids
protected java.lang.Integer _ipv6AddrPfxLength
protected java.util.HashMap _ipv6AddrTypeMap
protected java.lang.Integer _ipv6AddrType
protected java.util.HashMap _ipv6AddrAnycastFlagMap
protected java.lang.Integer _ipv6AddrAnycastFlag
protected java.util.HashMap _ipv6AddrStatusMap
protected java.lang.Integer _ipv6AddrStatus
protected boolean _invalid
protected int _tmpErrorInd
protected int _tmpErrorStat
public Ipv6AddrTablePdu(SnmpContextBasisFace con)
con
- The context of the requestpublic Ipv6AddrTablePdu(SnmpContextBasisFace con, java.util.Observer o) throws PduException, java.io.IOException
con
- The context of the requesto
- the Observer that will be notified when the answer is
receivedPduException
java.io.IOException
public void addOids(Ipv6AddrTablePdu old)
public void addOids(int index)
protected void new_value(int n, varbind res)
new_value
in class Pdu
n
- the index of the valueres
- the valuePdu.new_value(int, uk.co.westhawk.snmp.stack.varbind)
public void setIpv6AddrPfxLength(AsnObject new_value)
public java.lang.Integer getIpv6AddrPfxLength()
public void setIpv6AddrType(AsnObject new_value)
public java.lang.String getIpv6AddrTypeStr()
public java.lang.Integer getIpv6AddrType()
public void setIpv6AddrAnycastFlag(AsnObject new_value)
public java.lang.String getIpv6AddrAnycastFlagStr()
public java.lang.Integer getIpv6AddrAnycastFlag()
public void setIpv6AddrStatus(AsnObject new_value)
public java.lang.String getIpv6AddrStatusStr()
public java.lang.Integer getIpv6AddrStatus()
public boolean isInvalid()