|
SNMP Stack 5_1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--uk.co.westhawk.snmp.stack.Pdu | +--uk.co.westhawk.snmp.stack.GetNextPdu | +--uk.co.westhawk.examplev1.Ipv6AddrTablePdu
The class Ipv6AddrTablePdu. This file is auto generated by the StubBrowser utility, using Mibble. See the uk/co/westhawk/stub/ directory. Make sure that you replace the package name and classname placeholders. Also, move this file to the correct package directory. If these things are not done, this class will not compile correctly!!
Field Summary | |
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
|
Fields inherited from class uk.co.westhawk.snmp.stack.Pdu |
added, answered, context, encodedPacket, errind, errstat, msg_type, reqVarbinds, respVarbinds, snmpv3MsgId |
Constructor Summary | |
Ipv6AddrTablePdu(SnmpContextBasisFace con)
Constructor. |
|
Ipv6AddrTablePdu(SnmpContextBasisFace con,
java.util.Observer o)
Constructor that will send the first request immediately. |
Method Summary | |
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. |
Methods inherited from class uk.co.westhawk.snmp.stack.Pdu |
addOid, addOid, addOid, addOid, addOid, addToTrans, getContext, getErrorIndex, getErrorStatus, getErrorStatusString, getMsgType, getReqId, getRequestVarbinds, getResponseVarbinds, isExpectingResponse, isTimedOut, notifyObservers, printVars, send, send, send, sendme, setErrorIndex, setErrorStatus, setErrorStatus, setMsgType, setRetryIntervals, tell_them, toString, waitForSelf |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
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
Constructor Detail |
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
receivedMethod Detail |
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 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()
public java.lang.String toString()
Pdu
toString
in class Pdu
|
SNMP Stack 5_1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |