|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.snmp.common.SnmpValue
The SnmpValue
is an abstract representation of a SNMP Value.
All classes provided for dealing with SNMP types should derive from this
class.
Constructor Summary | |
SnmpValue()
|
Method Summary | |
abstract SnmpValue |
duplicate()
Same as clone, but you can not perform cloning using this object because clone is protected. |
abstract java.lang.String |
getTypeName()
Returns a textual description of the object. |
java.lang.String |
toAsn1String()
Returns a string form containing ASN.1 tagging information. |
abstract SnmpOid |
toOid()
Returns the value encoded as an oid. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SnmpValue()
Method Detail |
public java.lang.String toAsn1String()
public abstract SnmpOid toOid()
public abstract java.lang.String getTypeName()
public abstract SnmpValue duplicate()
clone()
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |