final class org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection
  super_class: java.lang.Object
{
  private final java.util.concurrent.CountDownLatch latch;
    descriptor: Ljava/util/concurrent/CountDownLatch;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final Connection connection;
    descriptor: LConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.springframework.boot.actuate.jms.JmsHealthIndicator this$0;
    descriptor: Lorg/springframework/boot/actuate/jms/JmsHealthIndicator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.boot.actuate.jms.JmsHealthIndicator, Connection);
    descriptor: (Lorg/springframework/boot/actuate/jms/JmsHealthIndicator;LConnection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.jms cannot be resolved\n\tThe import javax.jms cannot be resolved\n\tThe import javax.jms cannot be resolved\n\tConnectionFactory cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method start() from the type JmsHealthIndicator.MonitoredConnection refers to the missing type JMSException\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tJMSException cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/jms/JmsHealthIndicator$MonitoredConnection;
    MethodParameters:
            Name  Flags
      this$0      final
      connection  

  void start();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection this
         0: .line 68
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJMSException cannot be resolved to a type\n\tConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/jms/JmsHealthIndicator$MonitoredConnection;
    Exceptions:
      throws JMSException

  private void closeConnection();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tConnection cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/jms/JmsHealthIndicator$MonitoredConnection;
}
SourceFile: "JmsHealthIndicator.java"
NestHost: org.springframework.boot.actuate.jms.JmsHealthIndicator
InnerClasses:
  private final MonitoredConnection = org.springframework.boot.actuate.jms.JmsHealthIndicator$MonitoredConnection of org.springframework.boot.actuate.jms.JmsHealthIndicator