public class org.springframework.jca.cci.connection.CciLocalTransactionManager extends org.springframework.transaction.support.AbstractPlatformTransactionManager implements org.springframework.transaction.support.ResourceTransactionManager, 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.CciLocalTransactionManager
super_class: org.springframework.transaction.support.AbstractPlatformTransactionManager
{
private ConnectionFactory connectionFactory;
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\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\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 getConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method getConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnectionFactory cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tNotSupportedException cannot be resolved to a type\n\tLocalTransactionException cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tLocalTransactionException cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tLocalTransactionException 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\tConnectionFactory cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection 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
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/CciLocalTransactionManager;
public void <init>(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\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\tThe method getTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\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 getConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method getConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnectionFactory cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tNotSupportedException cannot be resolved to a type\n\tLocalTransactionException cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tLocalTransactionException cannot be resolved to a type\n\tResourceException cannot be resolved to a type\n\tConnection cannot be resolved to a type\n\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tLocalTransactionException 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\tConnectionFactory cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection 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
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/CciLocalTransactionManager;
MethodParameters:
Name Flags
connectionFactory
public void setConnectionFactory(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\tThe method getTargetConnectionFactory() from the type DelegatingConnectionFactory refers to the missing type ConnectionFactory\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/CciLocalTransactionManager;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
cf
public ConnectionFactory getConnectionFactory();
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/CciLocalTransactionManager;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
private ConnectionFactory obtainConnectionFactory();
descriptor: ()LConnectionFactory;
flags: (0x0002) ACC_PRIVATE
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 getConnectionFactory() from the type CciLocalTransactionManager 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/CciLocalTransactionManager;
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 getConnectionFactory() from the type CciLocalTransactionManager 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/CciLocalTransactionManager;
public java.lang.Object getResourceFactory();
descriptor: ()Ljava/lang/Object;
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 obtainConnectionFactory() from the type CciLocalTransactionManager 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/CciLocalTransactionManager;
protected java.lang.Object doGetTransaction();
descriptor: ()Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager 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/CciLocalTransactionManager;
protected boolean isExistingTransaction(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \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/CciLocalTransactionManager;
MethodParameters:
Name Flags
transaction
protected void doBegin(java.lang.Object, org.springframework.transaction.TransactionDefinition);
descriptor: (Ljava/lang/Object;Lorg/springframework/transaction/TransactionDefinition;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tConnectionFactory cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection cannot be resolved to a type\n\tNotSupportedException cannot be resolved to a type\n\tLocalTransactionException 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/CciLocalTransactionManager;
MethodParameters:
Name Flags
transaction
definition
protected java.lang.Object doSuspend(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager 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/CciLocalTransactionManager;
MethodParameters:
Name Flags
transaction
protected void doResume(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager 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/CciLocalTransactionManager;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
1:
MethodParameters:
Name Flags
transaction
suspendedResources
protected boolean isRollbackOnly(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \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/CciLocalTransactionManager;
Exceptions:
throws org.springframework.transaction.TransactionException
MethodParameters:
Name Flags
transaction
protected void doCommit(org.springframework.transaction.support.DefaultTransactionStatus);
descriptor: (Lorg/springframework/transaction/support/DefaultTransactionStatus;)V
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\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tLocalTransactionException 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
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/CciLocalTransactionManager;
MethodParameters:
Name Flags
status
protected void doRollback(org.springframework.transaction.support.DefaultTransactionStatus);
descriptor: (Lorg/springframework/transaction/support/DefaultTransactionStatus;)V
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\tThe method getConnection() from the type ConnectionHolder refers to the missing type Connection\n\tLocalTransactionException 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
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/CciLocalTransactionManager;
MethodParameters:
Name Flags
status
protected void doSetRollbackOnly(org.springframework.transaction.support.DefaultTransactionStatus);
descriptor: (Lorg/springframework/transaction/support/DefaultTransactionStatus;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \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
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/CciLocalTransactionManager;
MethodParameters:
Name Flags
status
protected void doCleanupAfterCompletion(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
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\tConnectionFactory cannot be resolved to a type\n\tThe method obtainConnectionFactory() from the type CciLocalTransactionManager refers to the missing type ConnectionFactory\n\tConnection 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
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/jca/cci/connection/CciLocalTransactionManager;
MethodParameters:
Name Flags
transaction
}
SourceFile: "CciLocalTransactionManager.java"
NestMembers:
org.springframework.jca.cci.connection.CciLocalTransactionManager$CciLocalTransactionObject
InnerClasses:
private CciLocalTransactionObject = org.springframework.jca.cci.connection.CciLocalTransactionManager$CciLocalTransactionObject of org.springframework.jca.cci.connection.CciLocalTransactionManager
RuntimeVisibleAnnotations:
java.lang.Deprecated()