public class com.sun.jmx.snmp.SnmpMessage extends com.sun.jmx.snmp.SnmpMsg
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.jmx.snmp.SnmpMessage
super_class: com.sun.jmx.snmp.SnmpMsg
{
public byte[] ;
descriptor: [B
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tTimeticksTag cannot be resolved or is not a field\n\tIpAddressTag cannot be resolved or is not a field\n\tIpAddressTag cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tIpAddressTag cannot be resolved or is not a field\n\tTimeticksTag cannot be resolved or is not a field\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n\tThe method decodeVarBindList(BerDecoder) from the type SnmpMsg refers to the missing type SnmpVarBind\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/snmp/SnmpMessage;
public int encodeMessage(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/snmp/SnmpMessage;
Exceptions:
throws com.sun.jmx.snmp.SnmpTooBigException
MethodParameters:
Name Flags
outputBytes
public int getRequestId(byte[]);
descriptor: ([B)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/snmp/SnmpMessage;
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException
MethodParameters:
Name Flags
inputBytes
public void decodeMessage(byte[], int);
descriptor: ([BI)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/snmp/SnmpMessage;
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException
MethodParameters:
Name Flags
inputBytes
byteCount
public void encodeSnmpPdu(com.sun.jmx.snmp.SnmpPdu, int);
descriptor: (Lcom/sun/jmx/snmp/SnmpPdu;I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tTimeticksTag cannot be resolved or is not a field\n\tIpAddressTag cannot be resolved or is not a field\n\tIpAddressTag cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/snmp/SnmpMessage;
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException, com.sun.jmx.snmp.SnmpTooBigException
MethodParameters:
Name Flags
pdu
maxDataLength
public com.sun.jmx.snmp.SnmpPdu decodeSnmpPdu();
descriptor: ()Lcom/sun/jmx/snmp/SnmpPdu;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tSnmpPduPacket cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tpduGetNextRequestPdu cannot be resolved to a variable\n\tpduInformRequestPdu cannot be resolved to a variable\n\tpduGetResponsePdu cannot be resolved to a variable\n\tpduSetRequestPdu cannot be resolved to a variable\n\tpduV2TrapPdu cannot be resolved to a variable\n\tpduReportPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduGetBulkRequestPdu cannot be resolved to a variable\n\trequestId cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tIpAddressTag cannot be resolved or is not a field\n\tTimeticksTag cannot be resolved or is not a field\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n\tThe method decodeVarBindList(BerDecoder) from the type SnmpMsg refers to the missing type SnmpVarBind\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n\tsnmpRspWrongEncoding cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/snmp/SnmpMessage;
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException
public java.lang.String printMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/jmx/snmp/SnmpMessage;
}
SourceFile: "SnmpMessage.java"