class javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin extends com.sun.jmx.remote.internal.ServerCommunicatorAdmin
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin
  super_class: com.sun.jmx.remote.internal.ServerCommunicatorAdmin
{
  final javax.management.remote.rmi.RMIConnectionImpl this$0;
    descriptor: Ljavax/management/remote/rmi/RMIConnectionImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(javax.management.remote.rmi.RMIConnectionImpl, long);
    descriptor: (Ljavax/management/remote/rmi/RMIConnectionImpl;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin this
        start local 2 // long timeout
         0: .line 1318
            aload 0 /* this */
            aload 1
            putfield javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin.this$0:Ljavax/management/remote/rmi/RMIConnectionImpl;
         1: .line 1319
            aload 0 /* this */
            lload 2 /* timeout */
            invokespecial com.sun.jmx.remote.internal.ServerCommunicatorAdmin.<init>:(J)V
         2: .line 1320
            return
        end local 2 // long timeout
        end local 0 // javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavax/management/remote/rmi/RMIConnectionImpl$RMIServerCommunicatorAdmin;
            0    3     2  timeout  J
    MethodParameters:
         Name  Flags
      this$0   final
      timeout  

  protected void doStop();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin this
         0: .line 1324
            aload 0 /* this */
            getfield javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin.this$0:Ljavax/management/remote/rmi/RMIConnectionImpl;
            invokevirtual javax.management.remote.rmi.RMIConnectionImpl.close:()V
         1: .line 1325
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         2: astore 1 /* ie */
        start local 1 // java.io.IOException ie
         3: .line 1326
            getstatic javax.management.remote.rmi.RMIConnectionImpl.logger:Lcom/sun/jmx/remote/util/ClassLogger;
            ldc "RMIServerCommunicatorAdmin-doStop"
         4: .line 1327
            new java.lang.StringBuilder
            dup
            ldc "Failed to close: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* ie */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         5: .line 1326
            invokevirtual com.sun.jmx.remote.util.ClassLogger.warning:(Ljava/lang/String;Ljava/lang/String;)V
         6: .line 1328
            getstatic javax.management.remote.rmi.RMIConnectionImpl.logger:Lcom/sun/jmx/remote/util/ClassLogger;
            ldc "RMIServerCommunicatorAdmin-doStop"
            aload 1 /* ie */
            invokevirtual com.sun.jmx.remote.util.ClassLogger.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException ie
         7: .line 1330
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavax/management/remote/rmi/RMIConnectionImpl$RMIServerCommunicatorAdmin;
            3    7     1    ie  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
}
SourceFile: "RMIConnectionImpl.java"
NestHost: javax.management.remote.rmi.RMIConnectionImpl
InnerClasses:
  private RMIServerCommunicatorAdmin = javax.management.remote.rmi.RMIConnectionImpl$RMIServerCommunicatorAdmin of javax.management.remote.rmi.RMIConnectionImpl