public class com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl implements com.sun.jmx.remote.internal.IIOPProxy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl
  super_class: java.lang.Object
{
  private static final java.security.AccessControlContext STUB_ACC;
    descriptor: Ljava/security/AccessControlContext;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=9, locals=1, args_size=0
         0: .line 58
            new java.security.Permissions
            dup
            invokespecial java.security.Permissions.<init>:()V
            astore 0 /* p */
        start local 0 // java.security.Permissions p
         1: .line 59
            aload 0 /* p */
            new java.io.SerializablePermission
            dup
            ldc "enableSubclassImplementation"
            invokespecial java.io.SerializablePermission.<init>:(Ljava/lang/String;)V
            invokevirtual java.security.Permissions.add:(Ljava/security/Permission;)V
         2: .line 60
            new java.security.AccessControlContext
            dup
         3: .line 61
            iconst_1
            anewarray java.security.ProtectionDomain
            dup
            iconst_0
         4: .line 62
            new java.security.ProtectionDomain
            dup
            aconst_null
            aload 0 /* p */
            invokespecial java.security.ProtectionDomain.<init>:(Ljava/security/CodeSource;Ljava/security/PermissionCollection;)V
            aastore
         5: .line 60
            invokespecial java.security.AccessControlContext.<init>:([Ljava/security/ProtectionDomain;)V
            putstatic com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl.STUB_ACC:Ljava/security/AccessControlContext;
        end local 0 // java.security.Permissions p
         6: .line 65
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1    6     0     p  Ljava/security/Permissions;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;

  public boolean isStub(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tStub cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.Object getDelegate(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 76
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
      Name  Flags
      stub  

  public void setDelegate(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 81
            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\tDelegate cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
          Name  Flags
      stub      
      delegate  

  public java.lang.Object getOrb(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 87
            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\torg.omg cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
      Name  Flags
      stub  

  public void connect(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 97
            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\tORB cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
      Name  Flags
      stub  
      orb   

  public boolean isOrb(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tORB cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.Object createOrb(java.lang.String[], java.util.Properties);
    descriptor: ([Ljava/lang/String;Ljava/util/Properties;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tORB cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
       Name  Flags
      args   
      props  

  public java.lang.Object stringToObject(java.lang.Object, java.lang.String);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 112
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
      Name  Flags
      orb   
      str   

  public java.lang.String objectToString(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 117
            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\torg.omg cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    MethodParameters:
      Name  Flags
      orb   
      obj   

  public <T> T narrow(, java.lang.Class<T>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 123
            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 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Object;Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
            Name  Flags
      narrowFrom  
      narrowTo    

  public void exportObject(java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 128
            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 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    Exceptions:
      throws java.rmi.RemoteException
    MethodParameters:
      Name  Flags
      obj   

  public void unexportObject(java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 133
            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 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    Exceptions:
      throws java.rmi.NoSuchObjectException
    MethodParameters:
      Name  Flags
      obj   

  public java.rmi.Remote toStub(java.rmi.Remote);
    descriptor: (Ljava/rmi/Remote;)Ljava/rmi/Remote;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
         0: .line 139
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tPortableRemoteObject cannot be resolved\n\tPortableRemoteObject cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jmx/remote/protocol/iiop/IIOPProxyImpl;
    Exceptions:
      throws java.rmi.NoSuchObjectException
    MethodParameters:
      Name  Flags
      obj   final
}
SourceFile: "IIOPProxyImpl.java"
NestMembers:
  com.sun.jmx.remote.protocol.iiop.IIOPProxyImpl$1