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 java.lang.Object ipacl;
    descriptor: Ljava/lang/Object;
    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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 54
            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.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 SnmpAdaptorServerMBean.snmpPduTrap(InetAddress, SnmpPduPacket)\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.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 SnmpMibHandler.addMib(SnmpMibAgent, String, SnmpOid[])\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.snmpInformRequest(SnmpPeer, SnmpInformHandler, SnmpOid, SnmpVarBindList)\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 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 SnmpMibHandler.removeMib(SnmpMibAgent, SnmpOid[])\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.snmpInformRequest(InetAddress, String, SnmpInformHandler, SnmpOid, SnmpVarBindList)\n\tThe type SnmpAdaptorServer must implement the inherited abstract method SnmpMibHandler.removeMib(SnmpMibAgent, String, 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 511
            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 533
            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 546
            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 557
            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 567
            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 576
            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 585
            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 598
            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 608
            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 620
            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 632
            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 646
            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 661
            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 670
            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 681
            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 689
            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 700
            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 709
            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 722
            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 732
            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 748
            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 758
            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 775
            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 785
            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 797
            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 808
            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 816
            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 834
            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 843
            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 852
            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 861
            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 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 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 879
            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 888
            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 897
            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 907
            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 916
            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 925
            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 934
            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 943
            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 952
            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 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 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 970
            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 979
            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 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 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 1003
            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 1030
            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 1043
            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 1050
            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 1057
            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 1070
            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 1100
            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 1132
            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 1155
            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 1174
            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 1186
            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 1202
            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 1221
            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 1231
            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 1258
            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 1268
            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

  void createSnmpRequestHandler(com.sun.jmx.snmp.daemon.SnmpAdaptorServer, int, java.net.DatagramSocket, java.net.DatagramPacket, com.sun.jmx.snmp.daemon.SnmpMibTree, java.util.Vector, java.lang.Object, 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;Ljava/lang/Object;Lcom/sun/jmx/snmp/SnmpPduFactory;Lcom/sun/jmx/snmp/agent/SnmpUserDataFactory;Ljavax/management/MBeanServer;Ljavax/management/ObjectName;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=12, args_size=12
        start local 0 // com.sun.jmx.snmp.daemon.SnmpAdaptorServer this
         0: .line 1285
            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
      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 1301
            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 1342
            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 1349
            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 1360
            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 1371
            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 1428
            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 1473
            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 1503
            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 1582
            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 1620
            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 1644
            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 1748
            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 1784
            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 1843
            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 1918
            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 1934
            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 2005
            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 2024
            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 2040
            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 2120
            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 2165
            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 2191
            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 2205
            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(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 2248
            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
      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 2336
            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 2383
            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 final int mapErrorStatus(int, int, int);
    descriptor: (III)I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
         0: .line 2404
            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 2416
            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 2452
            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 2466
            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 2477
            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 2492
            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 2514
            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 2521
            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 2539
            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 2563
            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 2574
            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 2578
            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 2582
            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 2586
            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 2590
            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 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;

  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 2607
            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(java.lang.Object, int, java.net.InetAddress);
    descriptor: (Ljava/lang/Object;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 2624
            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 2649
            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 2653
            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"