|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.opennms.protocols.snmp.SnmpOctetString
|
+--org.opennms.protocols.snmp.SnmpOpaque
|
+--snmp.message.datatype.MySnmpCrawlerOpaque
Represents Opaque.
| Field Summary | |
static java.lang.Class |
expectType
|
static java.lang.String |
javaDataType
|
| Fields inherited from class org.opennms.protocols.snmp.SnmpOpaque |
ASNTYPE |
| Fields inherited from class org.opennms.protocols.snmp.SnmpOctetString |
|
| Constructor Summary | |
MySnmpCrawlerOpaque()
The default Constructor. |
|
MySnmpCrawlerOpaque(byte[] data)
Constructs a MySnmpCrawlerOpaque object with the aay of byte of data. |
|
MySnmpCrawlerOpaque(MySnmpCrawlerOpaque second)
The copy Constructor constructs the MySnmpCrawlerOpaque object that is identical to the passed object. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a new object that is a duplicate of the current object. |
org.opennms.protocols.snmp.SnmpSyntax |
duplicate()
Creates a new object that is a duplicate of the current object. |
java.lang.String |
getJavaDataType()
Creates a new object that is a duplicate of the current object. |
java.lang.Object |
getJavaDataValue()
Gets the Java object value corresponding to the the SnmpSyntax object. |
boolean |
isValidJavaDatatype(java.lang.Class c)
Checks to see if the exptected Class type equals to the passed Class object. |
boolean |
isValidJavaDatatype(java.lang.Object o)
Checks to see if the exptected Class type equals to the passed Class object. |
void |
setSnmpDataValue(java.lang.Object o)
Sets the Java object value into the SnmpSyntax object. |
static boolean |
validateJavaDatatype(java.lang.Object o)
Validates the Java object value with the expected datatype. |
| Methods inherited from class org.opennms.protocols.snmp.SnmpOpaque |
toString, typeId |
| Methods inherited from class org.opennms.protocols.snmp.SnmpOctetString |
decodeASN, encodeASN, getLength, getString, setString, setString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.opennms.protocols.snmp.SnmpSyntax |
decodeASN, encodeASN, typeId |
| Field Detail |
public static final java.lang.String javaDataType
public static java.lang.Class expectType
| Constructor Detail |
public MySnmpCrawlerOpaque()
public MySnmpCrawlerOpaque(byte[] data)
data - The data in array of byte.public MySnmpCrawlerOpaque(MySnmpCrawlerOpaque second)
second - The object to be copied from.| Method Detail |
public void setSnmpDataValue(java.lang.Object o)
throws SnmpException
setSnmpDataValue in interface SnmpDatatypeo - The Java object value.
SnmpException - Thrown when the Java object value does not
match to the expected datatype in the SnmpSyntax object.
public java.lang.Object getJavaDataValue()
throws SnmpException
getJavaDataValue in interface SnmpDatatypeSnmpException - Thrown when any error occurs during
converting the SnmpSyntax value to the Java object.public boolean isValidJavaDatatype(java.lang.Object o)
isValidJavaDatatype in interface SnmpDatatypeo - The Java object value.
public boolean isValidJavaDatatype(java.lang.Class c)
isValidJavaDatatype in interface SnmpDatatypec - The Class object to be checked.
public java.lang.Object clone()
clone in class org.opennms.protocols.snmp.SnmpOpaquepublic org.opennms.protocols.snmp.SnmpSyntax duplicate()
duplicate in interface org.opennms.protocols.snmp.SnmpSyntaxduplicate in class org.opennms.protocols.snmp.SnmpOpaquepublic java.lang.String getJavaDataType()
getJavaDataType in interface SnmpDatatypepublic static boolean validateJavaDatatype(java.lang.Object o)
|
MySnmpCrawler API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||