public class javax.management.remote.rmi.RMIIIOPServerImpl extends javax.management.remote.rmi.RMIServerImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.management.remote.rmi.RMIIIOPServerImpl
  super_class: javax.management.remote.rmi.RMIServerImpl
{
  public void <init>(java.util.Map<java.lang.String, ?>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
        start local 1 // java.util.Map env
         0: .line 56
            aload 0 /* this */
            aload 1 /* env */
            invokespecial javax.management.remote.rmi.RMIServerImpl.<init>:(Ljava/util/Map;)V
         1: .line 58
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Map env
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;
            0    2     1   env  Ljava/util/Map<Ljava/lang/String;*>;
    Exceptions:
      throws java.io.IOException
    Signature: (Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
      Name  Flags
      env   

  protected void export();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
         0: .line 63
            new java.lang.UnsupportedOperationException
            dup
            ldc "Method not supported. JMX RMI-IIOP is deprecated"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;
    Exceptions:
      throws java.io.IOException

  protected java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
         0: .line 68
            ldc "iiop"
            areturn
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;

  public java.rmi.Remote toStub();
    descriptor: ()Ljava/rmi/Remote;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
         0: .line 73
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;
    Exceptions:
      throws java.io.IOException

  protected javax.management.remote.rmi.RMIConnection makeClient(java.lang.String, javax.security.auth.Subject);
    descriptor: (Ljava/lang/String;Ljavax/security/auth/Subject;)Ljavax/management/remote/rmi/RMIConnection;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
        start local 1 // java.lang.String connectionId
        start local 2 // javax.security.auth.Subject subject
         0: .line 79
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // javax.security.auth.Subject subject
        end local 1 // java.lang.String connectionId
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;
            0    1     1  connectionId  Ljava/lang/String;
            0    1     2       subject  Ljavax/security/auth/Subject;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      connectionId  
      subject       

  protected void closeClient(javax.management.remote.rmi.RMIConnection);
    descriptor: (Ljavax/management/remote/rmi/RMIConnection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
        start local 1 // javax.management.remote.rmi.RMIConnection client
         0: .line 84
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // javax.management.remote.rmi.RMIConnection client
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;
            0    1     1  client  Ljavax/management/remote/rmi/RMIConnection;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      client  

  protected void closeServer();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
         0: .line 89
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;
    Exceptions:
      throws java.io.IOException

  javax.management.remote.rmi.RMIConnection doNewClient(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljavax/management/remote/rmi/RMIConnection;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
        start local 1 // java.lang.Object credentials
         0: .line 94
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object credentials
        end local 0 // javax.management.remote.rmi.RMIIIOPServerImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljavax/management/remote/rmi/RMIIIOPServerImpl;
            0    1     1  credentials  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
             Name  Flags
      credentials  final
}
SourceFile: "RMIIIOPServerImpl.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()