public class org.springframework.jca.cci.connection.DelegatingConnectionFactory implements javax.resource.cci.ConnectionFactory, org.springframework.beans.factory.InitializingBean
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.jca.cci.connection.DelegatingConnectionFactory
super_class: java.lang.Object
{
private javax.resource.cci.ConnectionFactory targetConnectionFactory;
descriptor: Ljavax/resource/cci/ConnectionFactory;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
public void setTargetConnectionFactory(javax.resource.cci.ConnectionFactory);
descriptor: (Ljavax/resource/cci/ConnectionFactory;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.springframework.jca.cci.connection.DelegatingConnectionFactory.targetConnectionFactory:Ljavax/resource/cci/ConnectionFactory;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
0 2 1 targetConnectionFactory Ljavax/resource/cci/ConnectionFactory;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
targetConnectionFactory
public javax.resource.cci.ConnectionFactory getTargetConnectionFactory();
descriptor: ()Ljavax/resource/cci/ConnectionFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.springframework.jca.cci.connection.DelegatingConnectionFactory.targetConnectionFactory:Ljavax/resource/cci/ConnectionFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
protected javax.resource.cci.ConnectionFactory obtainTargetConnectionFactory();
descriptor: ()Ljavax/resource/cci/ConnectionFactory;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.getTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
astore 1
start local 1 1: aload 1
ifnull 2
iconst_1
goto 3
StackMap locals: javax.resource.cci.ConnectionFactory
StackMap stack:
2: iconst_0
StackMap locals:
StackMap stack: int
3: ldc "No 'targetConnectionFactory' set"
invokestatic org.springframework.util.Assert.state:(ZLjava/lang/String;)V
4: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
1 5 1 connectionFactory Ljavax/resource/cci/ConnectionFactory;
public void afterPropertiesSet();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.getTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
ifnonnull 2
1: new java.lang.IllegalArgumentException
dup
ldc "Property 'targetConnectionFactory' is required"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
public javax.resource.cci.Connection getConnection();
descriptor: ()Ljavax/resource/cci/Connection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
invokeinterface javax.resource.cci.ConnectionFactory.getConnection:()Ljavax/resource/cci/Connection;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
Exceptions:
throws javax.resource.ResourceException
public javax.resource.cci.Connection getConnection(javax.resource.cci.ConnectionSpec);
descriptor: (Ljavax/resource/cci/ConnectionSpec;)Ljavax/resource/cci/Connection;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
aload 1
invokeinterface javax.resource.cci.ConnectionFactory.getConnection:(Ljavax/resource/cci/ConnectionSpec;)Ljavax/resource/cci/Connection;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
0 1 1 connectionSpec Ljavax/resource/cci/ConnectionSpec;
Exceptions:
throws javax.resource.ResourceException
MethodParameters:
Name Flags
connectionSpec
public javax.resource.cci.RecordFactory getRecordFactory();
descriptor: ()Ljavax/resource/cci/RecordFactory;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
invokeinterface javax.resource.cci.ConnectionFactory.getRecordFactory:()Ljavax/resource/cci/RecordFactory;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
Exceptions:
throws javax.resource.ResourceException
public javax.resource.cci.ResourceAdapterMetaData getMetaData();
descriptor: ()Ljavax/resource/cci/ResourceAdapterMetaData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
invokeinterface javax.resource.cci.ConnectionFactory.getMetaData:()Ljavax/resource/cci/ResourceAdapterMetaData;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
Exceptions:
throws javax.resource.ResourceException
public javax.naming.Reference getReference();
descriptor: ()Ljavax/naming/Reference;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
invokeinterface javax.resource.cci.ConnectionFactory.getReference:()Ljavax/naming/Reference;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
Exceptions:
throws javax.naming.NamingException
public void setReference(javax.naming.Reference);
descriptor: (Ljavax/naming/Reference;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.springframework.jca.cci.connection.DelegatingConnectionFactory.obtainTargetConnectionFactory:()Ljavax/resource/cci/ConnectionFactory;
aload 1
invokeinterface javax.resource.cci.ConnectionFactory.setReference:(Ljavax/naming/Reference;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/jca/cci/connection/DelegatingConnectionFactory;
0 2 1 reference Ljavax/naming/Reference;
MethodParameters:
Name Flags
reference
}
SourceFile: "DelegatingConnectionFactory.java"