public class javax.management.remote.rmi.RMIConnector implements javax.management.remote.JMXConnector, java.io.Serializable, javax.management.remote.JMXAddressable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.remote.rmi.RMIConnector
  super_class: java.lang.Object
{
  private static final com.sun.jmx.remote.util.ClassLogger logger;
    descriptor: Lcom/sun/jmx/remote/util/ClassLogger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 817323035842634473

  private static final java.lang.String rmiServerImplStubClassName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.Class rmiServerImplStubClass;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String rmiConnectionImplStubClassName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.Class<?> rmiConnectionImplStubClass;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private static final java.lang.String pRefClassName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.jmx.remote.internal.PRef"

  private static final java.lang.reflect.Constructor proxyRefConstructor;
    descriptor: Ljava/lang/reflect/Constructor;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.String iiopConnectionStubClassName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.omg.stub.javax.management.remote.rmi._RMIConnection_Stub"

  private static final java.lang.String proxyStubClassName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.jmx.remote.internal.ProxyStub"

  private static final java.lang.String pInputStreamClassName;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "com.sun.jmx.remote.internal.PInputStream"

  private static final java.lang.Class proxyStubClass;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final byte[] base64ToInt;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final javax.management.remote.rmi.RMIServer rmiServer;
    descriptor: Ljavax/management/remote/rmi/RMIServer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final javax.management.remote.JMXServiceURL jmxServiceURL;
    descriptor: Ljavax/management/remote/JMXServiceURL;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private transient java.util.Map<java.lang.String, java.lang.Object> env;
    descriptor: Ljava/util/Map;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private transient java.lang.ClassLoader defaultClassLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient javax.management.remote.rmi.RMIConnection connection;
    descriptor: Ljavax/management/remote/rmi/RMIConnection;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient java.lang.String connectionId;
    descriptor: Ljava/lang/String;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

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

  private transient java.util.WeakHashMap<javax.security.auth.Subject, javax.management.MBeanServerConnection> rmbscMap;
    descriptor: Ljava/util/WeakHashMap;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
    Signature: Ljava/util/WeakHashMap<Ljavax/security/auth/Subject;Ljavax/management/MBeanServerConnection;>;

  private transient javax.management.remote.rmi.RMIConnector$RMINotifClient rmiNotifClient;
    descriptor: Ljavax/management/remote/rmi/RMIConnector$RMINotifClient;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

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

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

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

  private transient java.lang.Exception closeException;
    descriptor: Ljava/lang/Exception;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient javax.management.NotificationBroadcasterSupport connectionBroadcaster;
    descriptor: Ljavax/management/NotificationBroadcasterSupport;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private transient com.sun.jmx.remote.internal.ClientCommunicatorAdmin communicatorAdmin;
    descriptor: Lcom/sun/jmx/remote/internal/ClientCommunicatorAdmin;
    flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT

  private static java.lang.ref.WeakReference<ORB> orb;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/lang/ref/WeakReference<LORB;>;

  private void <init>(javax.management.remote.rmi.RMIServer, javax.management.remote.JMXServiceURL, java.util.Map<java.lang.String, ?>);
    descriptor: (Ljavax/management/remote/rmi/RMIServer;Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.rmi.CORBA cannot be resolved\n\tThe import javax.rmi.PortableRemoteObject cannot be resolved\n\tThe import org.omg cannot be resolved\n\tThe import org.omg cannot be resolved\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tBAD_OPERATION cannot be resolved to a type\n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n\tPortableRemoteObject cannot be resolved\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tPortableRemoteObject cannot be resolved\n\tPortableRemoteObject cannot be resolved\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tThe method shadowIiopStub(Stub) from the type RMIConnector refers to the missing type Stub\n\tStub cannot be resolved to a type\n\tORB cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Signature: (Ljavax/management/remote/rmi/RMIServer;Ljavax/management/remote/JMXServiceURL;Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
             Name  Flags
      rmiServer    
      address      
      environment  

  public void <init>(javax.management.remote.JMXServiceURL, java.util.Map<java.lang.String, ?>);
    descriptor: (Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.rmi.CORBA cannot be resolved\n\tThe import javax.rmi.PortableRemoteObject cannot be resolved\n\tThe import org.omg cannot be resolved\n\tThe import org.omg cannot be resolved\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tBAD_OPERATION cannot be resolved to a type\n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n\tPortableRemoteObject cannot be resolved\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tPortableRemoteObject cannot be resolved\n\tPortableRemoteObject cannot be resolved\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tThe method shadowIiopStub(Stub) from the type RMIConnector refers to the missing type Stub\n\tStub cannot be resolved to a type\n\tORB cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Signature: (Ljavax/management/remote/JMXServiceURL;Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
             Name  Flags
      url          
      environment  

  public void <init>(javax.management.remote.rmi.RMIServer, java.util.Map<java.lang.String, ?>);
    descriptor: (Ljavax/management/remote/rmi/RMIServer;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 105
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.rmi.CORBA cannot be resolved\n\tThe import javax.rmi.PortableRemoteObject cannot be resolved\n\tThe import org.omg cannot be resolved\n\tThe import org.omg cannot be resolved\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tBAD_OPERATION cannot be resolved to a type\n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n\tPortableRemoteObject cannot be resolved\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tPortableRemoteObject cannot be resolved\n\tPortableRemoteObject cannot be resolved\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tThe method shadowIiopStub(Stub) from the type RMIConnector refers to the missing type Stub\n\tStub cannot be resolved to a type\n\tORB cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Signature: (Ljavax/management/remote/rmi/RMIServer;Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
             Name  Flags
      rmiServer    
      environment  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 218
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;

  public javax.management.remote.JMXServiceURL getAddress();
    descriptor: ()Ljavax/management/remote/JMXServiceURL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 239
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;

  public void connect();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 252
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException

  public synchronized void connect(java.util.Map<java.lang.String, ?>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 261
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
             Name  Flags
      environment  

  public synchronized java.lang.String getConnectionId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 360
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException

  public synchronized javax.management.MBeanServerConnection getMBeanServerConnection();
    descriptor: ()Ljavax/management/MBeanServerConnection;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 374
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException

  public synchronized javax.management.MBeanServerConnection getMBeanServerConnection(javax.security.auth.Subject);
    descriptor: (Ljavax/security/auth/Subject;)Ljavax/management/MBeanServerConnection;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 380
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                   Name  Flags
      delegationSubject  

  public void addConnectionNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 405
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    MethodParameters:
          Name  Flags
      listener  
      filter    
      handback  

  public void removeConnectionNotificationListener(javax.management.NotificationListener);
    descriptor: (Ljavax/management/NotificationListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 415
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws javax.management.ListenerNotFoundException
    MethodParameters:
          Name  Flags
      listener  

  public void removeConnectionNotificationListener(javax.management.NotificationListener, javax.management.NotificationFilter, java.lang.Object);
    descriptor: (Ljavax/management/NotificationListener;Ljavax/management/NotificationFilter;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 423
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws javax.management.ListenerNotFoundException
    MethodParameters:
          Name  Flags
      listener  
      filter    
      handback  

  private void sendNotification(javax.management.Notification);
    descriptor: (Ljavax/management/Notification;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 433
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    MethodParameters:
      Name  Flags
      n     

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 437
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException

  private synchronized void close(boolean);
    descriptor: (Z)V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 443
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      intern  

  private java.lang.Integer addListenerWithSubject(javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject, boolean);
    descriptor: (Ljavax/management/ObjectName;Ljava/rmi/MarshalledObject;Ljavax/security/auth/Subject;Z)Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 545
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws javax.management.InstanceNotFoundException, java.io.IOException
    MethodParameters:
                   Name  Flags
      name               
      filter             
      delegationSubject  
      reconnect          

  private java.lang.Integer[] addListenersWithSubjects(javax.management.ObjectName[], java.rmi.MarshalledObject[], javax.security.auth.Subject[], boolean);
    descriptor: ([Ljavax/management/ObjectName;[Ljava/rmi/MarshalledObject;[Ljavax/security/auth/Subject;Z)[Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 572
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws javax.management.InstanceNotFoundException, java.io.IOException
    MethodParameters:
                    Name  Flags
      names               
      filters             
      delegationSubjects  
      reconnect           

  static javax.management.remote.rmi.RMIServer connectStub(javax.management.remote.rmi.RMIServer, java.util.Map);
    descriptor: (Ljavax/management/remote/rmi/RMIServer;Ljava/util/Map;)Ljavax/management/remote/rmi/RMIServer;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 1701
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tjavax.rmi.CORBA cannot be resolved to a type\n\tBAD_OPERATION cannot be resolved to a type\n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      rmiServer    
      environment  

  static ORB resolveOrb(java.util.Map);
    descriptor: (Ljava/util/Map;)LORB;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1733
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tORB cannot be resolved\n\tWeakReference<ORB> cannot be resolved to a type\n\tORB cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      environment  

  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 // javax.management.remote.rmi.RMIConnector this
         0: .line 1763
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  private void writeObject(java.io.ObjectOutputStream);
    descriptor: (Ljava/io/ObjectOutputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 1804
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      s     

  private void initTransients();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 1813
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;

  private static void checkStub(java.rmi.Remote, java.lang.Class<?>);
    descriptor: (Ljava/rmi/Remote;Ljava/lang/Class;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 1825
            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
    Signature: (Ljava/rmi/Remote;Ljava/lang/Class<*>;)V
    MethodParameters:
           Name  Flags
      stub       
      stubClass  

  private javax.management.remote.rmi.RMIServer findRMIServer(javax.management.remote.JMXServiceURL, java.util.Map<java.lang.String, java.lang.Object>);
    descriptor: (Ljavax/management/remote/JMXServiceURL;Ljava/util/Map;)Ljavax/management/remote/rmi/RMIServer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 1876
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method resolveOrb(Map) from the type RMIConnector refers to the missing type ORB\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws javax.naming.NamingException, java.io.IOException
    Signature: (Ljavax/management/remote/JMXServiceURL;Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;)Ljavax/management/remote/rmi/RMIServer;
    MethodParameters:
              Name  Flags
      directoryURL  
      environment   

  private javax.management.remote.rmi.RMIServer findRMIServerJNDI(java.lang.String, java.util.Map<java.lang.String, ?>, boolean);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Z)Ljavax/management/remote/rmi/RMIServer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 1908
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws javax.naming.NamingException
    Signature: (Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;*>;Z)Ljavax/management/remote/rmi/RMIServer;
    MethodParameters:
         Name  Flags
      jndiURL  
      env      
      isIiop   

  private static javax.management.remote.rmi.RMIServer narrowJRMPServer(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljavax/management/remote/rmi/RMIServer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1923
            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
      objref  

  private static javax.management.remote.rmi.RMIServer narrowIIOPServer(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljavax/management/remote/rmi/RMIServer;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1931
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPortableRemoteObject cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
        Name  Flags
      objref  

  private javax.management.remote.rmi.RMIServer findRMIServerIIOP(java.lang.String, java.util.Map, boolean);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Z)Ljavax/management/remote/rmi/RMIServer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 1943
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tORB cannot be resolved to a type\n\tORB cannot be resolved to a type\n\tPortableRemoteObject cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    MethodParameters:
        Name  Flags
      ior     
      env     
      isIiop  

  private javax.management.remote.rmi.RMIServer findRMIServerJRMP(java.lang.String, java.util.Map, boolean);
    descriptor: (Ljava/lang/String;Ljava/util/Map;Z)Ljavax/management/remote/rmi/RMIServer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 1972
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPortableRemoteObject cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      base64  
      env     
      isIiop  

  private static javax.management.remote.rmi.RMIConnection shadowJrmpStub(java.rmi.server.RemoteObject);
    descriptor: (Ljava/rmi/server/RemoteObject;)Ljavax/management/remote/rmi/RMIConnection;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2130
            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
    Exceptions:
      throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException, java.lang.ClassNotFoundException, java.lang.NoSuchMethodException
    MethodParameters:
      Name  Flags
      stub  

  static javax.management.remote.rmi.RMIConnection shadowIiopStub(Stub);
    descriptor: (LStub;)Ljavax/management/remote/rmi/RMIConnection;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2346
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n\tStub cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.InstantiationException, java.lang.IllegalAccessException
    MethodParameters:
      Name  Flags
      stub  

  private static javax.management.remote.rmi.RMIConnection getConnection(javax.management.remote.rmi.RMIServer, java.lang.Object, boolean);
    descriptor: (Ljavax/management/remote/rmi/RMIServer;Ljava/lang/Object;Z)Ljavax/management/remote/rmi/RMIConnection;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 2372
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method shadowIiopStub(Stub) from the type RMIConnector refers to the missing type Stub\n\tStub cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      server       
      credentials  
      checkStub    

  private static byte[] base64ToByteArray(java.lang.String);
    descriptor: (Ljava/lang/String;)[B
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2389
            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
      s     

  private static int base64toInt(char);
    descriptor: (C)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2442
            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
      c     

  private java.lang.ClassLoader pushDefaultClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 2475
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;

  private void popDefaultClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIConnector this
         0: .line 2488
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIConnector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIConnector;
    MethodParameters:
      Name  Flags
      old   final

  private static java.lang.String objects(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2562
            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
      objs  final

  private static java.lang.String strings(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2569
            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
      strs  final

  static java.lang.String getAttributesNames(javax.management.AttributeList);
    descriptor: (Ljavax/management/AttributeList;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2573
            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
      attributes  
}
SourceFile: "RMIConnector.java"
NestMembers:
  javax.management.remote.rmi.RMIConnector$1  javax.management.remote.rmi.RMIConnector$2  javax.management.remote.rmi.RMIConnector$3  javax.management.remote.rmi.RMIConnector$4  javax.management.remote.rmi.RMIConnector$5  javax.management.remote.rmi.RMIConnector$ObjectInputStreamWithLoader  javax.management.remote.rmi.RMIConnector$RMIClientCommunicatorAdmin  javax.management.remote.rmi.RMIConnector$RMINotifClient  javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection
InnerClasses:
  private final ObjectInputStreamWithLoader = javax.management.remote.rmi.RMIConnector$ObjectInputStreamWithLoader of javax.management.remote.rmi.RMIConnector
  private RMIClientCommunicatorAdmin = javax.management.remote.rmi.RMIConnector$RMIClientCommunicatorAdmin of javax.management.remote.rmi.RMIConnector
  private RMINotifClient = javax.management.remote.rmi.RMIConnector$RMINotifClient of javax.management.remote.rmi.RMIConnector
  private RemoteMBeanServerConnection = javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection of javax.management.remote.rmi.RMIConnector