final class com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener implements mssql.googlecode.concurrentlinkedhashmap.EvictionListener<com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key, com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener
super_class: java.lang.Object
{
final com.microsoft.sqlserver.jdbc.SQLServerConnection this$0;
descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnection);
descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementCacheEvictionListener;
MethodParameters:
Name Flags
this$0 final
public void onEviction(com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key, com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle);
descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 4
1: aload 2
iconst_1
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.setIsEvictedFromCache:(Z)V
2: aload 2
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.tryDiscardHandle:()Z
ifeq 4
3: aload 0
getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
aload 2
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.enqueueUnprepareStatementHandle:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
4: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementCacheEvictionListener;
0 5 1 key Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
0 5 2 handle Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
MethodParameters:
Name Flags
key
handle
public void onEviction(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key
aload 2
checkcast com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle
invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener.onEviction:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lmssql/googlecode/concurrentlinkedhashmap/EvictionListener<Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;>;
SourceFile: "SQLServerConnection.java"
NestHost: com.microsoft.sqlserver.jdbc.SQLServerConnection
InnerClasses:
CityHash128Key = com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key of com.microsoft.sqlserver.jdbc.SQLServerConnection
final PreparedStatementCacheEvictionListener = com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementCacheEvictionListener of com.microsoft.sqlserver.jdbc.SQLServerConnection
PreparedStatementHandle = com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle of com.microsoft.sqlserver.jdbc.SQLServerConnection