public class org.springframework.transaction.jta.JtaTransactionObject implements org.springframework.transaction.support.SmartTransactionObject
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.transaction.jta.JtaTransactionObject
super_class: java.lang.Object
{
private final UserTransaction userTransaction;
descriptor: LUserTransaction;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
boolean resetTransactionTimeout;
descriptor: Z
flags: (0x0000)
public void <init>(UserTransaction);
descriptor: (LUserTransaction;)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.transaction.Status cannot be resolved\n\tThe import javax.transaction.SystemException cannot be resolved\n\tThe import javax.transaction.UserTransaction cannot be resolved\n\tUserTransaction cannot be resolved to a type\n\tUserTransaction cannot be resolved to a type\n\tUserTransaction cannot be resolved to a type\n\tUserTransaction cannot be resolved to a type\n\tUserTransaction cannot be resolved to a type\n\tUserTransaction cannot be resolved to a type\n\tStatus cannot be resolved to a variable\n\tStatus cannot be resolved to a variable\n\tSystemException 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/transaction/jta/JtaTransactionObject;
MethodParameters:
Name Flags
userTransaction
public final UserTransaction getUserTransaction();
descriptor: ()LUserTransaction;
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\tUserTransaction cannot be resolved to a type\n\tUserTransaction 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/transaction/jta/JtaTransactionObject;
public boolean isRollbackOnly();
descriptor: ()Z
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\tUserTransaction cannot be resolved to a type\n\tStatus cannot be resolved to a variable\n\tStatus cannot be resolved to a variable\n\tSystemException 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/transaction/jta/JtaTransactionObject;
public void flush();
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"
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/transaction/jta/JtaTransactionObject;
}
SourceFile: "JtaTransactionObject.java"