public class org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter extends org.springframework.jca.cci.connection.DelegatingConnectionFactory
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.jca.cci.connection.ConnectionSpecConnectionFactoryAdapter
super_class: org.springframework.jca.cci.connection.DelegatingConnectionFactory
{
private ConnectionSpec connectionSpec;
descriptor: LConnectionSpec;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private final java.lang.ThreadLocal<ConnectionSpec> threadBoundSpec;
descriptor: Ljava/lang/ThreadLocal;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/ThreadLocal<LConnectionSpec;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe import javax.resource cannot be resolved\n\tThe hierarchy of the type ConnectionSpecConnectionFactoryAdapter is inconsistent\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method getTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/ConnectionSpecConnectionFactoryAdapter;
public void setConnectionSpec(ConnectionSpec);
descriptor: (LConnectionSpec;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/ConnectionSpecConnectionFactoryAdapter;
MethodParameters:
Name Flags
connectionSpec
public void setConnectionSpecForCurrentThread(ConnectionSpec);
descriptor: (LConnectionSpec;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/ConnectionSpecConnectionFactoryAdapter;
MethodParameters:
Name Flags
spec
public void removeConnectionSpecFromCurrentThread();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tConnectionSpec cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/ConnectionSpecConnectionFactoryAdapter;
public final Connection getConnection();
descriptor: ()LConnection;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/ConnectionSpecConnectionFactoryAdapter;
Exceptions:
throws ResourceException
protected Connection doGetConnection(ConnectionSpec);
descriptor: (LConnectionSpec;)LConnection;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method getTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/ConnectionSpecConnectionFactoryAdapter;
Exceptions:
throws ResourceException
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
spec
}
SourceFile: "ConnectionSpecConnectionFactoryAdapter.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()