|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class is the interface which all SNMP data type classes should implement.
Field Summary | |
static int |
BITS
Snmp BITS data type, which is the same as OCTETSTRING |
static int |
BITSTRING
Snmp BIT STRING data type |
static int |
COUNTER32
Snmp 32-bit counter data type |
static int |
COUNTER64
Snmp 64-bit counter data type |
static int |
END_OF_MIB_VIEW
Snmp EndOfMibView data type |
static SnmpDataType |
END_OF_MIB_VIEW_OBJECT
Snmp EndOfMibView data type object |
static int |
GAUGE32
Snmp 32-bit gauge data type |
static int |
INTEGER
Snmp Integer data type |
static int |
IPADDRESS
Snmp ip address data type |
static int |
NO_SUCH_INSTANCE
Snmp NoSuchInstance data type |
static SnmpDataType |
NO_SUCH_INSTANCE_OBJECT
Snmp NoSuchInstance data type object |
static int |
NO_SUCH_OBJECT
Snmp NoSuchObject data type |
static SnmpDataType |
NO_SUCH_OBJECT_OBJECT
Snmp NoSuchObject data type object |
static int |
NULL
Snmp null data type |
static int |
OCTETSTRING
Snmp octet string data type |
static int |
OID
Snmp object identifier data type |
static int |
OPAQUE
Snmp opaque data type |
static int |
PDU
SNMP PDU data type |
static int |
SEQUENCE
|
static int |
SEQUENCEOF
|
static long |
serialVersionUID
|
static int |
TIMETICKS
Snmp time ticks data type |
static int |
UNSIGNED32
Snmp unsigned 32-bit integer data type |
static int |
VARBIND
Snmp variable binding data type |
Fields inherited from interface com.ireasoning.protocol.Msg |
ERROR_TYPE |
Method Summary | |
SnmpDataType |
copy()
Makes a copy of itself |
int |
encode(com.ireasoning.protocol.snmp.SnmpEncoder encoder)
For internal use |
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this one. |
int |
getType()
Returns the object data type, such as SnmpDataType.INTEGER, SnmpDataType.OCTETSTRING, etc. |
String |
getTypeString()
Returns the string format of this data type |
int |
hashCode()
Returns a hash code value for the object |
Field Detail |
public static final long serialVersionUID
public static final int INTEGER
public static final int BITSTRING
public static final int OCTETSTRING
public static final int BITS
public static final int NULL
public static final int OID
public static final int IPADDRESS
public static final int COUNTER32
public static final int GAUGE32
public static final int UNSIGNED32
public static final int TIMETICKS
public static final int OPAQUE
public static final int COUNTER64
public static final int PDU
public static final int NO_SUCH_OBJECT
public static final SnmpDataType NO_SUCH_OBJECT_OBJECT
public static final int NO_SUCH_INSTANCE
public static final SnmpDataType NO_SUCH_INSTANCE_OBJECT
public static final int END_OF_MIB_VIEW
public static final SnmpDataType END_OF_MIB_VIEW_OBJECT
public static final int SEQUENCE
public static final int SEQUENCEOF
public static final int VARBIND
Method Detail |
public SnmpDataType copy()
public int getType()
getType
in interface Msg
public String getTypeString()
public int encode(com.ireasoning.protocol.snmp.SnmpEncoder encoder) throws SnmpEncodingException
SnmpEncodingException
public boolean equals(Object obj)
public int hashCode()
|
HOME | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |