public class io.vertx.lang.ruby.JRubyVerticleFactory implements io.vertx.core.spi.VerticleFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.lang.ruby.JRubyVerticleFactory
  super_class: java.lang.Object
{
  final java.util.Map<java.lang.String, io.vertx.lang.ruby.ContainerHolder> holderMap;
    descriptor: Ljava/util/Map;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lio/vertx/lang/ruby/ContainerHolder;>;

  private io.vertx.core.Vertx vertx;
    descriptor: Lio/vertx/core/Vertx;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield io.vertx.lang.ruby.JRubyVerticleFactory.holderMap:Ljava/util/Map;
         2: .line 29
            return
        end local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/lang/ruby/JRubyVerticleFactory;

  public java.lang.String prefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
         0: .line 37
            ldc "rb"
            areturn
        end local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/ruby/JRubyVerticleFactory;

  public boolean blockingCreate();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
         0: .line 42
            iconst_1
            ireturn
        end local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/lang/ruby/JRubyVerticleFactory;

  public void init(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 47
            aload 0 /* this */
            aload 1 /* vertx */
            putfield io.vertx.lang.ruby.JRubyVerticleFactory.vertx:Lio/vertx/core/Vertx;
         1: .line 48
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/lang/ruby/JRubyVerticleFactory;
            0    2     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public io.vertx.core.Verticle createVerticle(java.lang.String, java.lang.ClassLoader);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;)Lio/vertx/core/Verticle;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
        start local 1 // java.lang.String verticleName
        start local 2 // java.lang.ClassLoader classLoader
         0: .line 52
            aload 1 /* verticleName */
            invokestatic io.vertx.core.spi.VerticleFactory.removePrefix:(Ljava/lang/String;)Ljava/lang/String;
            astore 1 /* verticleName */
         1: .line 54
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticleFactory.holderMap:Ljava/util/Map;
            dup
            astore 4
            monitorenter
         2: .line 55
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticleFactory.holderMap:Ljava/util/Map;
            aload 1 /* verticleName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.vertx.lang.ruby.ContainerHolder
            astore 3 /* holder */
        start local 3 // io.vertx.lang.ruby.ContainerHolder holder
         3: .line 56
            aload 3 /* holder */
            ifnonnull 5
         4: .line 57
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticleFactory.holderMap:Ljava/util/Map;
            aload 1 /* verticleName */
            new io.vertx.lang.ruby.ContainerHolder
            dup
            aload 0 /* this */
            aload 1 /* verticleName */
            invokespecial io.vertx.lang.ruby.ContainerHolder.<init>:(Lio/vertx/lang/ruby/JRubyVerticleFactory;Ljava/lang/String;)V
            dup
            astore 3 /* holder */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 54
      StackMap locals: io.vertx.lang.ruby.ContainerHolder java.util.Map
      StackMap stack:
            aload 4
            monitorexit
         6: goto 9
        end local 3 // io.vertx.lang.ruby.ContainerHolder holder
      StackMap locals: io.vertx.lang.ruby.JRubyVerticleFactory java.lang.String java.lang.ClassLoader top java.util.Map
      StackMap stack: java.lang.Throwable
         7: aload 4
            monitorexit
         8: athrow
        start local 3 // io.vertx.lang.ruby.ContainerHolder holder
         9: .line 60
      StackMap locals: io.vertx.lang.ruby.JRubyVerticleFactory java.lang.String java.lang.ClassLoader io.vertx.lang.ruby.ContainerHolder
      StackMap stack:
            new io.vertx.lang.ruby.JRubyVerticle
            dup
            aload 0 /* this */
            aload 3 /* holder */
            aload 2 /* classLoader */
            aload 1 /* verticleName */
            invokespecial io.vertx.lang.ruby.JRubyVerticle.<init>:(Lio/vertx/lang/ruby/JRubyVerticleFactory;Lio/vertx/lang/ruby/ContainerHolder;Ljava/lang/ClassLoader;Ljava/lang/String;)V
            areturn
        end local 3 // io.vertx.lang.ruby.ContainerHolder holder
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String verticleName
        end local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   10     0          this  Lio/vertx/lang/ruby/JRubyVerticleFactory;
            0   10     1  verticleName  Ljava/lang/String;
            0   10     2   classLoader  Ljava/lang/ClassLoader;
            3    7     3        holder  Lio/vertx/lang/ruby/ContainerHolder;
            9   10     3        holder  Lio/vertx/lang/ruby/ContainerHolder;
      Exception table:
        from    to  target  type
           2     6       7  any
           7     8       7  any
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
              Name  Flags
      verticleName  
      classLoader   

  void removeVerticle(io.vertx.lang.ruby.ContainerHolder);
    descriptor: (Lio/vertx/lang/ruby/ContainerHolder;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
        start local 1 // io.vertx.lang.ruby.ContainerHolder holder
         0: .line 64
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticleFactory.holderMap:Ljava/util/Map;
            dup
            astore 2
            monitorenter
         1: .line 65
            aload 0 /* this */
            getfield io.vertx.lang.ruby.JRubyVerticleFactory.holderMap:Ljava/util/Map;
            aload 1 /* holder */
            invokevirtual io.vertx.lang.ruby.ContainerHolder.getVerticleName:()Ljava/lang/String;
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 64
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: io.vertx.lang.ruby.JRubyVerticleFactory io.vertx.lang.ruby.ContainerHolder java.util.Map
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.vertx.lang.ruby.ContainerHolder holder
        end local 0 // io.vertx.lang.ruby.JRubyVerticleFactory this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lio/vertx/lang/ruby/JRubyVerticleFactory;
            0    7     1  holder  Lio/vertx/lang/ruby/ContainerHolder;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
        Name  Flags
      holder  

  public static synchronized void requireCallback(java.lang.Runnable);
    descriptor: (Ljava/lang/Runnable;)V
    flags: (0x0029) ACC_PUBLIC, ACC_STATIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Runnable runnable
         0: .line 72
            aload 0 /* runnable */
            invokeinterface java.lang.Runnable.run:()V
         1: .line 73
            return
        end local 0 // java.lang.Runnable runnable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0  runnable  Ljava/lang/Runnable;
    MethodParameters:
          Name  Flags
      runnable  
}
SourceFile: "JRubyVerticleFactory.java"