public class com.sun.jmx.snmp.daemon.SnmpAdaptorServer extends com.sun.jmx.snmp.daemon.CommunicatorServer implements com.sun.jmx.snmp.daemon.SnmpAdaptorServerMBean, javax.management.MBeanRegistration, com.sun.jmx.snmp.agent.SnmpMibHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.snmp.daemon.SnmpAdaptorServer
  super_class: com.sun.jmx.snmp.daemon.CommunicatorServer
{
  private int trapPort;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int informPort;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  java.net.InetAddress address;
    descriptor: Ljava/net/InetAddress;
    flags: (0x0000) 

  private com.sun.jmx.snmp.InetAddressAcl ipacl;
    descriptor: Lcom/sun/jmx/snmp/InetAddressAcl;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jmx.snmp.SnmpPduFactory pduFactory;
    descriptor: Lcom/sun/jmx/snmp/SnmpPduFactory;
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jmx.snmp.agent.SnmpUserDataFactory userDataFactory;
    descriptor: Lcom/sun/jmx/snmp/agent/SnmpUserDataFactory;
    flags: (0x0002) ACC_PRIVATE

  private boolean authRespEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean authTrapEnabled;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private SnmpOid enterpriseOid;
    descriptor: LSnmpOid;
    flags: (0x0002) ACC_PRIVATE

  int bufferSize;
    descriptor: I
    flags: (0x0000) 

  private transient long startUpTime;
    descriptor: J
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.net.DatagramSocket socket;
    descriptor: Ljava/net/DatagramSocket;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  transient java.net.DatagramSocket trapSocket;
    descriptor: Ljava/net/DatagramSocket;
    flags: (0x0080) ACC_TRANSIENT

  private transient SnmpSession informSession;
    descriptor: LSnmpSession;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.net.DatagramPacket packet;
    descriptor: Ljava/net/DatagramPacket;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  transient java.util.Vector<com.sun.jmx.snmp.agent.SnmpMibAgent> mibs;
    descriptor: Ljava/util/Vector;
    flags: (0x0080) ACC_TRANSIENT
    Signature: Ljava/util/Vector<Lcom/sun/jmx/snmp/agent/SnmpMibAgent;>;

  private transient com.sun.jmx.snmp.daemon.SnmpMibTree root;
    descriptor: Lcom/sun/jmx/snmp/daemon/SnmpMibTree;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient boolean useAcl;
    descriptor: Z
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private int maxTries;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int timeout;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  int snmpOutTraps;
    descriptor: I
    flags: (0x0000) 

  private int snmpOutGetResponses;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpOutGenErrs;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpOutBadValues;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpOutNoSuchNames;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpOutTooBigs;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  int snmpOutPkts;
    descriptor: I
    flags: (0x0000) 

  private int snmpInASNParseErrs;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInBadCommunityUses;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInBadCommunityNames;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInBadVersions;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInGetRequests;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInGetNexts;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInSetRequests;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInPkts;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInTotalReqVars;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpInTotalSetVars;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int snmpSilentDrops;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private static final java.lang.String InterruptSysCallMsg;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "Interrupted system call"

  static final SnmpOid sysUpTimeOid;
    descriptor: LSnmpOid;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final SnmpOid snmpTrapOidOid;
    descriptor: LSnmpOid;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private com.sun.jmx.snmp.tasks.ThreadService threadService;
    descriptor: Lcom/sun/jmx/snmp/tasks/ThreadService;
    flags: (0x0002) ACC_PRIVATE

  private static int threadNumber;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      port  

  public void <init>(com.sun.jmx.snmp.InetAddressAcl);
    descriptor: (Lcom/sun/jmx/snmp/InetAddressAcl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      acl   

  public void <init>(java.net.InetAddress);
    descriptor: (Ljava/net/InetAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      addr  

  public void <init>(com.sun.jmx.snmp.InetAddressAcl, int);
    descriptor: (Lcom/sun/jmx/snmp/InetAddressAcl;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      acl   
      port  

  public void <init>(int, java.net.InetAddress);
    descriptor: (ILjava/net/InetAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      port  
      addr  

  public void <init>(com.sun.jmx.snmp.InetAddressAcl, java.net.InetAddress);
    descriptor: (Lcom/sun/jmx/snmp/InetAddressAcl;Ljava/net/InetAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      acl   
      addr  

  public void <init>(com.sun.jmx.snmp.InetAddressAcl, int, java.net.InetAddress);
    descriptor: (Lcom/sun/jmx/snmp/InetAddressAcl;ILjava/net/InetAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      acl   
      port  
      addr  

  public void <init>(boolean, int, java.net.InetAddress);
    descriptor: (ZILjava/net/InetAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
        Name  Flags
      useAcl  
      port    
      addr    

  private void <init>(boolean, com.sun.jmx.snmp.InetAddressAcl, int, java.net.InetAddress);
    descriptor: (ZLcom/sun/jmx/snmp/InetAddressAcl;ILjava/net/InetAddress;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.sun.jmx.snmp.SnmpOid cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPduPacket cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpTimeticks cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBind cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpVarBindList cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpDefinitions cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpPeer cannot be resolved\n\tThe import com.sun.jmx.snmp.SnmpParameters cannot be resolved\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(SnmpPeer, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(InetAddress, String, int, int, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV1Trap(SnmpPeer, SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpAdaptorServerMBean.snmpV2Trap(InetAddress, String, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, SnmpOid[])\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\n\tSnmpDefinitions cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpPduPacket cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tSnmpSession cannot be resolved to a type\n\tpduGetRequestPdu cannot be resolved to a variable\n\tsnmpRspNoError cannot be resolved to a variable\n\tpduGetRequestPdu cannot be resolved to a variable\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
          Name  Flags
      forceAcl  
      acl       
      port      
      addr      

  public int getServedClientCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 510
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public int getActiveClientCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 522
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public int getMaxActiveClientCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 534
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setMaxActiveClientCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 548
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalStateException
    MethodParameters:
      Name  Flags
      c     

  public com.sun.jmx.snmp.InetAddressAcl getInetAddressAcl();
    descriptor: ()Lcom/sun/jmx/snmp/InetAddressAcl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 560
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Integer getTrapPort();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 571
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setTrapPort(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 581
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      port  

  public void setTrapPort(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 590
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      port  

  public int getInformPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 604
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setInformPort(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 615
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      port  

  public java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 628
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Integer getBufferSize();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 641
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setBufferSize(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 656
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalStateException
    MethodParameters:
      Name  Flags
      s     

  public final int getMaxTries();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 672
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public final synchronized void setMaxTries(int);
    descriptor: (I)V
    flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 682
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
             Name  Flags
      newMaxTries  

  public final int getTimeout();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 694
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public final synchronized void setTimeout(int);
    descriptor: (I)V
    flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 703
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
            Name  Flags
      newTimeout  

  public com.sun.jmx.snmp.SnmpPduFactory getPduFactory();
    descriptor: ()Lcom/sun/jmx/snmp/SnmpPduFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 715
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setPduFactory(com.sun.jmx.snmp.SnmpPduFactory);
    descriptor: (Lcom/sun/jmx/snmp/SnmpPduFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 725
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
         Name  Flags
      factory  

  public void setUserDataFactory(com.sun.jmx.snmp.agent.SnmpUserDataFactory);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpUserDataFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 739
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
         Name  Flags
      factory  

  public com.sun.jmx.snmp.agent.SnmpUserDataFactory getUserDataFactory();
    descriptor: ()Lcom/sun/jmx/snmp/agent/SnmpUserDataFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 750
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public boolean getAuthTrapEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 767
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setAuthTrapEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 778
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
         Name  Flags
      enabled  

  public boolean getAuthRespEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 796
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setAuthRespEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 807
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
         Name  Flags
      enabled  

  public java.lang.String getEnterpriseOid();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 820
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void setEnterpriseOid(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 832
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      oid   

  public java.lang.String[] getMibs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 841
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpOutTraps();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 860
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpOutGetResponses();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 870
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpOutGenErrs();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 880
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpOutBadValues();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 890
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpOutNoSuchNames();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 900
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpOutTooBigs();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 910
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInASNParseErrs();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 920
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInBadCommunityUses();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 930
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInBadCommunityNames();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 941
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInBadVersions();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 951
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpOutPkts();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 961
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInPkts();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 971
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInGetRequests();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 981
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInGetNexts();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 991
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInSetRequests();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1001
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInTotalSetVars();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1011
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpInTotalReqVars();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1021
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpSilentDrops();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1034
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.lang.Long getSnmpProxyDrops();
    descriptor: ()Ljava/lang/Long;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1047
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public javax.management.ObjectName preRegister(javax.management.MBeanServer, javax.management.ObjectName);
    descriptor: (Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)Ljavax/management/ObjectName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1075
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      server  
      name    

  public void postRegister(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1089
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
                  Name  Flags
      registrationDone  

  public void preDeregister();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1097
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.Exception

  public void postDeregister();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public com.sun.jmx.snmp.agent.SnmpMibHandler addMib(com.sun.jmx.snmp.agent.SnmpMibAgent);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;)Lcom/sun/jmx/snmp/agent/SnmpMibHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      mib   

  public com.sun.jmx.snmp.agent.SnmpMibHandler addMib(com.sun.jmx.snmp.agent.SnmpMibAgent, SnmpOid[]);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;[LSnmpOid;)Lcom/sun/jmx/snmp/agent/SnmpMibHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1150
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
      Name  Flags
      mib   
      oids  

  public com.sun.jmx.snmp.agent.SnmpMibHandler addMib(com.sun.jmx.snmp.agent.SnmpMibAgent, java.lang.String);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;Ljava/lang/String;)Lcom/sun/jmx/snmp/agent/SnmpMibHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1183
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
             Name  Flags
      mib          
      contextName  

  public com.sun.jmx.snmp.agent.SnmpMibHandler addMib(com.sun.jmx.snmp.agent.SnmpMibAgent, java.lang.String, SnmpOid[]);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;Ljava/lang/String;[LSnmpOid;)Lcom/sun/jmx/snmp/agent/SnmpMibHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1207
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalArgumentException
    MethodParameters:
             Name  Flags
      mib          
      contextName  
      oids         

  public boolean removeMib(com.sun.jmx.snmp.agent.SnmpMibAgent, java.lang.String);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
             Name  Flags
      mib          
      contextName  

  public boolean removeMib(com.sun.jmx.snmp.agent.SnmpMibAgent);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1241
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      mib   

  public boolean removeMib(com.sun.jmx.snmp.agent.SnmpMibAgent, SnmpOid[]);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;[LSnmpOid;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1258
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      mib   
      oids  

  public boolean removeMib(com.sun.jmx.snmp.agent.SnmpMibAgent, java.lang.String, SnmpOid[]);
    descriptor: (Lcom/sun/jmx/snmp/agent/SnmpMibAgent;Ljava/lang/String;[LSnmpOid;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1278
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
             Name  Flags
      mib          
      contextName  
      oids         

  protected void doBind();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1289
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws com.sun.jmx.snmp.daemon.CommunicationException, java.lang.InterruptedException

  public int getPort();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1317
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  protected void doUnbind();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1328
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws com.sun.jmx.snmp.daemon.CommunicationException, java.lang.InterruptedException

  private void createSnmpRequestHandler(com.sun.jmx.snmp.daemon.SnmpAdaptorServer, int, java.net.DatagramSocket, java.net.DatagramPacket, com.sun.jmx.snmp.daemon.SnmpMibTree, java.util.Vector<com.sun.jmx.snmp.agent.SnmpMibAgent>, com.sun.jmx.snmp.InetAddressAcl, com.sun.jmx.snmp.SnmpPduFactory, com.sun.jmx.snmp.agent.SnmpUserDataFactory, javax.management.MBeanServer, javax.management.ObjectName);
    descriptor: (Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;ILjava/net/DatagramSocket;Ljava/net/DatagramPacket;Lcom/sun/jmx/snmp/daemon/SnmpMibTree;Ljava/util/Vector;Lcom/sun/jmx/snmp/InetAddressAcl;Lcom/sun/jmx/snmp/SnmpPduFactory;Lcom/sun/jmx/snmp/agent/SnmpUserDataFactory;Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=12, args_size=12
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1345
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Signature: (Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;ILjava/net/DatagramSocket;Ljava/net/DatagramPacket;Lcom/sun/jmx/snmp/daemon/SnmpMibTree;Ljava/util/Vector<Lcom/sun/jmx/snmp/agent/SnmpMibAgent;>;Lcom/sun/jmx/snmp/InetAddressAcl;Lcom/sun/jmx/snmp/SnmpPduFactory;Lcom/sun/jmx/snmp/agent/SnmpUserDataFactory;Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)V
    MethodParameters:
             Name  Flags
      server       
      id           
      s            
      p            
      tree         
      m            
      a            
      factory      
      dataFactory  
      f            
      n            

  protected void doReceive();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1367
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws com.sun.jmx.snmp.daemon.CommunicationException, java.lang.InterruptedException

  protected void doError(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1409
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws com.sun.jmx.snmp.daemon.CommunicationException
    MethodParameters:
      Name  Flags
      e     

  protected void doProcess();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1416
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws com.sun.jmx.snmp.daemon.CommunicationException, java.lang.InterruptedException

  protected int getBindTries();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1428
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void stop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1440
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public void snmpV1Trap(int, int, SnmpVarBindList);
    descriptor: (IILSnmpVarBindList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1498
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      generic      
      specific     
      varBindList  

  private com.sun.jmx.snmp.SnmpIpAddress handleMultipleIpVersion(byte[]);
    descriptor: ([B)Lcom/sun/jmx/snmp/SnmpIpAddress;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1543
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
         Name  Flags
      address  

  public void snmpV1Trap(java.net.InetAddress, java.lang.String, int, int, SnmpVarBindList);
    descriptor: (Ljava/net/InetAddress;Ljava/lang/String;IILSnmpVarBindList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1574
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpVarBindList cannot be resolved to a type\n\taddress cannot be resolved or is not a field\n\tport cannot be resolved or is not a field\n\ttype cannot be resolved or is not a field\n\tpduV1TrapPdu cannot be resolved to a variable\n\tversion cannot be resolved or is not a field\n\tsnmpVersionOne cannot be resolved to a variable\n\tcommunity cannot be resolved or is not a field\n\tcommunity cannot be resolved or is not a field\n\tSnmpOid cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tSnmpVarBind cannot be resolved to a type\n\tvarBindList cannot be resolved or is not a field\n\tvarBindList cannot be resolved or is not a field\n\tThe method sendTrapPdu(InetAddress, SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n\tThe method sendTrapPdu(SnmpPduPacket) from the type SnmpAdaptorServer refers to the missing type SnmpPduPacket\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      cs           
      generic      
      specific     
      varBindList  

  public void snmpV1Trap(java.net.InetAddress, com.sun.jmx.snmp.SnmpIpAddress, java.lang.String, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks);
    descriptor: (Ljava/net/InetAddress;Lcom/sun/jmx/snmp/SnmpIpAddress;Ljava/lang/String;LSnmpOid;IILSnmpVarBindList;LSnmpTimeticks;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=9
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1653
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      agentAddr    
      cs           
      enterpOid    
      generic      
      specific     
      varBindList  
      time         

  public void snmpV1Trap(SnmpPeer, com.sun.jmx.snmp.SnmpIpAddress, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks);
    descriptor: (LSnmpPeer;Lcom/sun/jmx/snmp/SnmpIpAddress;LSnmpOid;IILSnmpVarBindList;LSnmpTimeticks;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1692
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSnmpPeer cannot be resolved to a type\n\tSnmpOid cannot be resolved to a type\n\tSnmpVarBindList cannot be resolved to a type\n\tSnmpTimeticks cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n\tSnmpParameters cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      peer         
      agentAddr    
      enterpOid    
      generic      
      specific     
      varBindList  
      time         

  void snmpV1Trap(java.net.InetAddress, int, com.sun.jmx.snmp.SnmpIpAddress, java.lang.String, SnmpOid, int, int, SnmpVarBindList, SnmpTimeticks);
    descriptor: (Ljava/net/InetAddress;ILcom/sun/jmx/snmp/SnmpIpAddress;Ljava/lang/String;LSnmpOid;IILSnmpVarBindList;LSnmpTimeticks;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=10, args_size=10
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1717
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      port         
      agentAddr    
      cs           
      enterpOid    
      generic      
      specific     
      varBindList  
      time         

  public void snmpV2Trap(SnmpPeer, SnmpOid, SnmpVarBindList, SnmpTimeticks);
    descriptor: (LSnmpPeer;LSnmpOid;LSnmpVarBindList;LSnmpTimeticks;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1822
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpPeer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      peer         
      trapOid      
      varBindList  
      time         

  public void snmpV2Trap(SnmpOid, SnmpVarBindList);
    descriptor: (LSnmpOid;LSnmpVarBindList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1860
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      trapOid      
      varBindList  

  public void snmpV2Trap(java.net.InetAddress, java.lang.String, SnmpOid, SnmpVarBindList);
    descriptor: (Ljava/net/InetAddress;Ljava/lang/String;LSnmpOid;LSnmpVarBindList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1920
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      cs           
      trapOid      
      varBindList  

  public void snmpV2Trap(java.net.InetAddress, java.lang.String, SnmpOid, SnmpVarBindList, SnmpTimeticks);
    descriptor: (Ljava/net/InetAddress;Ljava/lang/String;LSnmpOid;LSnmpVarBindList;LSnmpTimeticks;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1995
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      cs           
      trapOid      
      varBindList  
      time         

  void snmpV2Trap(java.net.InetAddress, int, java.lang.String, SnmpOid, SnmpVarBindList, SnmpTimeticks);
    descriptor: (Ljava/net/InetAddress;ILjava/lang/String;LSnmpOid;LSnmpVarBindList;LSnmpTimeticks;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2011
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      port         
      cs           
      trapOid      
      varBindList  
      time         

  public void snmpPduTrap(java.net.InetAddress, SnmpPduPacket);
    descriptor: (Ljava/net/InetAddress;LSnmpPduPacket;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2083
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpPduPacket cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
         Name  Flags
      address  
      pdu      

  public void snmpPduTrap(SnmpPeer, SnmpPduPacket);
    descriptor: (LSnmpPeer;LSnmpPduPacket;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpPeer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
      Name  Flags
      peer  
      pdu   

  void sendTrapPdu(SnmpPduPacket);
    descriptor: (LSnmpPduPacket;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpPduPacket cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException, java.io.IOException
    MethodParameters:
      Name  Flags
      pdu   

  void sendTrapPdu(java.net.InetAddress, SnmpPduPacket);
    descriptor: (Ljava/net/InetAddress;LSnmpPduPacket;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2198
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpPduPacket cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws com.sun.jmx.snmp.SnmpStatusException, java.io.IOException
    MethodParameters:
      Name  Flags
      addr  
      pdu   

  private void sendTrapMessage(com.sun.jmx.snmp.SnmpMessage);
    descriptor: (Lcom/sun/jmx/snmp/SnmpMessage;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, com.sun.jmx.snmp.SnmpTooBigException
    MethodParameters:
      Name  Flags
      msg   

  synchronized void openTrapSocketIfNeeded();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.net.SocketException

  synchronized void closeTrapSocketIfNeeded();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2284
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  public java.util.Vector<SnmpInformRequest> snmpInformRequest(com.sun.jmx.snmp.daemon.SnmpInformHandler, SnmpOid, SnmpVarBindList);
    descriptor: (Lcom/sun/jmx/snmp/daemon/SnmpInformHandler;LSnmpOid;LSnmpVarBindList;)Ljava/util/Vector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2329
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalStateException, java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    Signature: (Lcom/sun/jmx/snmp/daemon/SnmpInformHandler;LSnmpOid;LSnmpVarBindList;)Ljava/util/Vector<LSnmpInformRequest;>;
    MethodParameters:
             Name  Flags
      cb           
      trapOid      
      varBindList  

  public SnmpInformRequest snmpInformRequest(java.net.InetAddress, java.lang.String, com.sun.jmx.snmp.daemon.SnmpInformHandler, SnmpOid, SnmpVarBindList);
    descriptor: (Ljava/net/InetAddress;Ljava/lang/String;Lcom/sun/jmx/snmp/daemon/SnmpInformHandler;LSnmpOid;LSnmpVarBindList;)LSnmpInformRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2417
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalStateException, java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      cs           
      cb           
      trapOid      
      varBindList  

  public SnmpInformRequest snmpInformRequest(SnmpPeer, com.sun.jmx.snmp.daemon.SnmpInformHandler, SnmpOid, SnmpVarBindList);
    descriptor: (LSnmpPeer;Lcom/sun/jmx/snmp/daemon/SnmpInformHandler;LSnmpOid;LSnmpVarBindList;)LSnmpInformRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2465
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpPeer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalStateException, java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      peer         
      cb           
      trapOid      
      varBindList  

  public static int mapErrorStatus(int, int, int);
    descriptor: (III)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 2487
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                 Name  Flags
      errorStatus      
      protocolVersion  
      reqPduType       

  SnmpInformRequest snmpInformRequest(java.net.InetAddress, int, java.lang.String, com.sun.jmx.snmp.daemon.SnmpInformHandler, SnmpOid, SnmpVarBindList);
    descriptor: (Ljava/net/InetAddress;ILjava/lang/String;Lcom/sun/jmx/snmp/daemon/SnmpInformHandler;LSnmpOid;LSnmpVarBindList;)LSnmpInformRequest;
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2499
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.lang.IllegalStateException, java.io.IOException, com.sun.jmx.snmp.SnmpStatusException
    MethodParameters:
             Name  Flags
      addr         
      port         
      cs           
      cb           
      trapOid      
      varBindList  

  synchronized void openInformSocketIfNeeded();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2536
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.net.SocketException

  synchronized void closeInformSocketIfNeeded();
    descriptor: ()V
    flags: (0x0020) ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2550
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpSession cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  java.net.InetAddress getAddress();
    descriptor: ()Ljava/net/InetAddress;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2561
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  protected void finalize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2577
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  java.lang.String makeDebugTag();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2600
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  void updateRequestCounters(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2607
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tpduGetRequestPdu cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
         Name  Flags
      pduType  

  void updateErrorCounters(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2625
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tsnmpRspNoError cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
             Name  Flags
      errorStatus  

  void updateVarCounters(int, int);
    descriptor: (II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2649
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tpduGetRequestPdu cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
         Name  Flags
      pduType  
      n        

  void incSnmpInASNParseErrs(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2660
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      n     

  void incSnmpInBadVersions(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2664
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      n     

  void incSnmpInBadCommunityUses(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2668
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      n     

  void incSnmpInBadCommunityNames(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2672
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      n     

  void incSnmpSilentDrops(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2676
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      n     

  long getSysUpTime();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2686
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2693
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
        Name  Flags
      stream  

  private void init(com.sun.jmx.snmp.InetAddressAcl, int, java.net.InetAddress);
    descriptor: (Lcom/sun/jmx/snmp/InetAddressAcl;ILjava/net/InetAddress;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2710
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      acl   
      p     
      a     

  com.sun.jmx.snmp.agent.SnmpMibAgent getAgentMib(SnmpOid);
    descriptor: (LSnmpOid;)Lcom/sun/jmx/snmp/agent/SnmpMibAgent;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2735
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSnmpOid cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
    MethodParameters:
      Name  Flags
      oid   

  protected java.lang.Thread createMainThread();
    descriptor: ()Ljava/lang/Thread;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 2740
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/snmp/daemon/SnmpAdaptorServer;
}
SourceFile: "SnmpAdaptorServer.java"