public class org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor extends org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor implements org.springframework.beans.factory.DisposableBean
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor
  super_class: org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor
{
  private boolean cacheSessionBean;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object beanInstance;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.lang.Object beanInstanceMonitor;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
         0: .line 65
            aload 0 /* this */
            invokespecial org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.<init>:()V
         1: .line 68
            aload 0 /* this */
            iconst_0
            putfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.cacheSessionBean:Z
         2: .line 73
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.beanInstanceMonitor:Ljava/lang/Object;
         3: .line 65
            return
        end local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;

  public void setCacheSessionBean(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
        start local 1 // boolean cacheSessionBean
         0: .line 84
            aload 0 /* this */
            iload 1 /* cacheSessionBean */
            putfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.cacheSessionBean:Z
         1: .line 85
            return
        end local 1 // boolean cacheSessionBean
        end local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;
            0    2     1  cacheSessionBean  Z
    MethodParameters:
                  Name  Flags
      cacheSessionBean  

  protected java.lang.Object doInvoke(org.aopalliance.intercept.MethodInvocation);
    descriptor: (Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
         0: .line 114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tCreateException cannot be resolved to a type\n\tEJBObject cannot be resolved to a type\n\tThe method releaseSessionBeanInstance(EJBObject) from the type SimpleRemoteSlsbInvokerInterceptor refers to the missing type EJBObject\n\tEJBObject cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;
    Exceptions:
      throws java.lang.Throwable
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
            Name  Flags
      invocation  

  protected java.lang.Object getSessionBeanInstance();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
         0: .line 136
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.cacheSessionBean:Z
            ifeq 8
         1: .line 137
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.beanInstanceMonitor:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         2: .line 138
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.beanInstance:Ljava/lang/Object;
            ifnonnull 4
         3: .line 139
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.newSessionBeanInstance:()Ljava/lang/Object;
            putfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.beanInstance:Ljava/lang/Object;
         4: .line 141
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.beanInstance:Ljava/lang/Object;
            aload 1
            monitorexit
         5: areturn
         6: .line 137
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         7: athrow
         8: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.newSessionBeanInstance:()Ljava/lang/Object;
            areturn
        end local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;
      Exception table:
        from    to  target  type
           2     5       6  any
           6     7       6  any
    Exceptions:
      throws javax.naming.NamingException, java.lang.reflect.InvocationTargetException

  protected void releaseSessionBeanInstance(EJBObject);
    descriptor: (LEJBObject;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
         0: .line 155
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tEJBObject cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;
    MethodParameters:
      Name  Flags
      ejb   

  protected void refreshHome();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
         0: .line 166
            aload 0 /* this */
            invokespecial org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.refreshHome:()V
         1: .line 167
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.cacheSessionBean:Z
            ifeq 8
         2: .line 168
            aload 0 /* this */
            getfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.beanInstanceMonitor:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         3: .line 169
            aload 0 /* this */
            aconst_null
            putfield org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.beanInstance:Ljava/lang/Object;
         4: .line 168
            aload 1
            monitorexit
         5: goto 8
      StackMap locals: org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor java.lang.Object
      StackMap stack: java.lang.Throwable
         6: aload 1
            monitorexit
         7: athrow
         8: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;
      Exception table:
        from    to  target  type
           3     5       6  any
           6     7       6  any
    Exceptions:
      throws javax.naming.NamingException

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
         0: .line 181
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tEJBObject cannot be resolved to a type\n\tThe method removeSessionBeanInstance(EJBObject) from the type AbstractRemoteSlsbInvokerInterceptor refers to the missing type EJBObject\n\tEJBObject cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/ejb/access/SimpleRemoteSlsbInvokerInterceptor;
}
SourceFile: "SimpleRemoteSlsbInvokerInterceptor.java"