public class org.springframework.boot.jta.atomikos.AtomikosDataSourceBean implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
super_class: java.lang.Object
{
private java.lang.String beanName;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
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\tcom.atomikos cannot be resolved to a type\n\tThe method getUniqueResourceName() is undefined for the type AtomikosDataSourceBean\n\tThe method setUniqueResourceName(String) is undefined for the type AtomikosDataSourceBean\n\tThe method init() is undefined for the type AtomikosDataSourceBean\n\tThe method close() is undefined for the type AtomikosDataSourceBean\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/boot/jta/atomikos/AtomikosDataSourceBean;
public void setBeanName(java.lang.String);
descriptor: (Ljava/lang/String;)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 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/boot/jta/atomikos/AtomikosDataSourceBean;
MethodParameters:
Name Flags
name
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 problems: \n\tThe method getUniqueResourceName() is undefined for the type AtomikosDataSourceBean\n\tThe method setUniqueResourceName(String) is undefined for the type AtomikosDataSourceBean\n\tThe method init() is undefined for the type AtomikosDataSourceBean\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/boot/jta/atomikos/AtomikosDataSourceBean;
Exceptions:
throws java.lang.Exception
public void destroy();
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 close() is undefined for the type AtomikosDataSourceBean\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/boot/jta/atomikos/AtomikosDataSourceBean;
Exceptions:
throws java.lang.Exception
}
SourceFile: "AtomikosDataSourceBean.java"
RuntimeVisibleAnnotations:
org.springframework.boot.context.properties.ConfigurationProperties(prefix = "spring.jta.atomikos.datasource")