public class org.springframework.jca.cci.connection.DelegatingConnectionFactory implements 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 ConnectionFactory targetConnectionFactory;
descriptor: LConnectionFactory;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
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 import javax.resource cannot be resolved\n\tThe import javax.resource 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\tConnectionFactory cannot be resolved to a type\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\tConnectionFactory cannot be resolved to a type\n\tThe method getTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tThe method getTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tThe method getConnection() of type DelegatingConnectionFactory must override or implement a supertype method\n\tResourceException cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\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\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tRecordFactory cannot be resolved to a type\n\tThe method getRecordFactory() of type DelegatingConnectionFactory must override or implement a supertype method\n\tResourceException cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tResourceAdapterMetaData cannot be resolved to a type\n\tThe method getMetaData() of type DelegatingConnectionFactory must override or implement a supertype method\n\tResourceException cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tThe method getReference() of type DelegatingConnectionFactory must override or implement a supertype method\n\tThe method obtainTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\n\tThe method setReference(Reference) of type DelegatingConnectionFactory must override or implement a supertype method\n\tThe method obtainTargetConnectionFactory() 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/DelegatingConnectionFactory;
public void setTargetConnectionFactory(ConnectionFactory);
descriptor: (LConnectionFactory;)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\tConnectionFactory cannot be resolved to a type\n\tConnectionFactory 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/DelegatingConnectionFactory;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
targetConnectionFactory
public ConnectionFactory getTargetConnectionFactory();
descriptor: ()LConnectionFactory;
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\tConnectionFactory cannot be resolved to a type\n\tConnectionFactory 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/DelegatingConnectionFactory;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
protected ConnectionFactory obtainTargetConnectionFactory();
descriptor: ()LConnectionFactory;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnectionFactory 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/DelegatingConnectionFactory;
public void afterPropertiesSet();
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\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/DelegatingConnectionFactory;
public Connection getConnection();
descriptor: ()LConnection;
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\tConnection cannot be resolved to a type\n\tThe method getConnection() of type DelegatingConnectionFactory must override or implement a supertype method\n\tResourceException cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() 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/DelegatingConnectionFactory;
Exceptions:
throws ResourceException
public Connection getConnection(ConnectionSpec);
descriptor: (LConnectionSpec;)LConnection;
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\tConnection cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() 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/DelegatingConnectionFactory;
Exceptions:
throws ResourceException
MethodParameters:
Name Flags
connectionSpec
public RecordFactory getRecordFactory();
descriptor: ()LRecordFactory;
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\tRecordFactory cannot be resolved to a type\n\tThe method getRecordFactory() of type DelegatingConnectionFactory must override or implement a supertype method\n\tResourceException cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() 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/DelegatingConnectionFactory;
Exceptions:
throws ResourceException
public ResourceAdapterMetaData getMetaData();
descriptor: ()LResourceAdapterMetaData;
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\tResourceAdapterMetaData cannot be resolved to a type\n\tThe method getMetaData() of type DelegatingConnectionFactory must override or implement a supertype method\n\tResourceException cannot be resolved to a type\n\tThe method obtainTargetConnectionFactory() 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/DelegatingConnectionFactory;
Exceptions:
throws ResourceException
public javax.naming.Reference getReference();
descriptor: ()Ljavax/naming/Reference;
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 method getReference() of type DelegatingConnectionFactory must override or implement a supertype method\n\tThe method obtainTargetConnectionFactory() 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/DelegatingConnectionFactory;
Exceptions:
throws javax.naming.NamingException
public void setReference(javax.naming.Reference);
descriptor: (Ljavax/naming/Reference;)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\tThe method setReference(Reference) of type DelegatingConnectionFactory must override or implement a supertype method\n\tThe method obtainTargetConnectionFactory() 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/DelegatingConnectionFactory;
MethodParameters:
Name Flags
reference
}
SourceFile: "DelegatingConnectionFactory.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()