public abstract class org.springframework.jca.cci.connection.ConnectionFactoryUtils
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.springframework.jca.cci.connection.ConnectionFactoryUtils
super_class: java.lang.Object
{
private static final org.apache.commons.logging.Log logger;
descriptor: Lorg/apache/commons/logging/Log;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/springframework/jca/cci/connection/ConnectionFactoryUtils;
invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
putstatic org.springframework.jca.cci.connection.ConnectionFactoryUtils.logger:Lorg/apache/commons/logging/Log;
return
LocalVariableTable:
Start End Slot Name Signature
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/ConnectionFactoryUtils;
public static Connection getConnection(ConnectionFactory);
descriptor: (LConnectionFactory;)LConnection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection 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
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws org.springframework.jca.cci.CannotGetCciConnectionException
MethodParameters:
Name Flags
cf
public static Connection getConnection(ConnectionFactory, ConnectionSpec);
descriptor: (LConnectionFactory;LConnectionSpec;)LConnection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnectionSpec cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws org.springframework.jca.cci.CannotGetCciConnectionException
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
cf
spec
public static Connection doGetConnection(ConnectionFactory);
descriptor: (LConnectionFactory;)LConnection;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tConnection cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws ResourceException
MethodParameters:
Name Flags
cf
public static boolean isConnectionTransactional(Connection, ConnectionFactory);
descriptor: (LConnection;LConnectionFactory;)Z
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
con
cf
public static void releaseConnection(Connection, ConnectionFactory);
descriptor: (LConnection;LConnectionFactory;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
con
cf
public static void doReleaseConnection(Connection, ConnectionFactory);
descriptor: (LConnection;LConnectionFactory;)V
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnection cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws ResourceException
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
con
cf
}
SourceFile: "ConnectionFactoryUtils.java"
NestMembers:
org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization
InnerClasses:
private ConnectionSynchronization = org.springframework.jca.cci.connection.ConnectionFactoryUtils$ConnectionSynchronization of org.springframework.jca.cci.connection.ConnectionFactoryUtils
RuntimeVisibleAnnotations:
java.lang.Deprecated()