public interface com.sun.jmx.snmp.agent.SnmpMibSubRequest extends com.sun.jmx.snmp.agent.SnmpMibRequest
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.jmx.snmp.agent.SnmpMibSubRequest
super_class: java.lang.Object
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n\tSnmpVarBind cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
public abstract java.util.Enumeration getElements();
descriptor: ()Ljava/util/Enumeration;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.Vector<SnmpVarBind> getSubList();
descriptor: ()Ljava/util/Vector;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/Vector<LSnmpVarBind;>;
public abstract SnmpOid getEntryOid();
descriptor: ()LSnmpOid;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isNewEntry();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract SnmpVarBind getRowStatusVarBind();
descriptor: ()LSnmpVarBind;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void registerGetException(SnmpVarBind, com.sun.jmx.snmp.SnmpStatusException);
descriptor: (LSnmpVarBind;Lcom/sun/jmx/snmp/SnmpStatusException;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException
MethodParameters:
Name Flags
varbind
exception
public abstract void registerSetException(SnmpVarBind, com.sun.jmx.snmp.SnmpStatusException);
descriptor: (LSnmpVarBind;Lcom/sun/jmx/snmp/SnmpStatusException;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException
MethodParameters:
Name Flags
varbind
exception
public abstract void registerCheckException(SnmpVarBind, com.sun.jmx.snmp.SnmpStatusException);
descriptor: (LSnmpVarBind;Lcom/sun/jmx/snmp/SnmpStatusException;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws com.sun.jmx.snmp.SnmpStatusException
MethodParameters:
Name Flags
varbind
exception
}
SourceFile: "SnmpMibSubRequest.java"