资源简介
java 连接 mysql 所需jar包和zip实现源码。java必备jar包和源码,收藏不迷路
代码片段和文件信息
/*
Copyright (c) 2013 Oracle and/or its affiliates. All rights reserved.
The MySQL Connector/J is licensed under the terms of the GPLv2
like most MySQL Connectors.
There are special exceptions to the terms and conditions of the GPLv2 as it is applied to
this software see the FLOSS License Exception
.
This program is free software; you can redistribute it and/or modify it under the terms
of the GNU General Public License as published by the Free Software Foundation; version 2
of the License.
This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this
program; if not write to the Free Software Foundation Inc. 51 Franklin St Fifth
Floor Boston MA 02110-1301 USA
*/
package com.mysql.jdbc;
import java.lang.ref.Reference;
import com.mysql.jdbc.NonRegisteringDriver.ConnectionPhantomReference;
public class AbandonedConnectionCleanupThread extends Thread {
private static boolean running = true;
private static Thread threadRef = null;
public AbandonedConnectionCleanupThread() {
super(“Abandoned connection cleanup thread“);
}
public void run() {
threadRef = this;
threadRef.setContextClassLoader(null);
while (running) {
try {
Reference extends ConnectionImpl> ref = NonRegisteringDriver.refQueue.remove(100);
if (ref != null) {
try {
((ConnectionPhantomReference) ref).cleanup();
} finally {
NonRegisteringDriver.connectionPhantomRefs.remove(ref);
}
}
} catch (Exception ex) {
// no where to really log this if we‘re static
}
}
}
public static void shutdown() throws InterruptedException {
running = false;
if (threadRef != null) {
threadRef.interrupt();
threadRef.join();
threadRef = null;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2118 2013-03-11 07:20 src\com\mysql\jdbc\AbandonedConnectionCleanupThread.java
文件 2359 2013-03-11 07:20 src\com\mysql\jdbc\AssertionFailedException.java
文件 2401 2013-03-11 07:20 src\com\mysql\jdbc\authentication\MysqlClearPasswordPlugin.java
文件 3219 2013-03-11 07:20 src\com\mysql\jdbc\authentication\MysqlNativePasswordPlugin.java
文件 2703 2013-03-11 07:20 src\com\mysql\jdbc\authentication\MysqlOldPasswordPlugin.java
文件 2392 2013-03-11 07:20 src\com\mysql\jdbc\authentication\Sha256PasswordPlugin.java
文件 4713 2013-03-11 07:20 src\com\mysql\jdbc\AuthenticationPlugin.java
文件 3580 2013-03-11 07:20 src\com\mysql\jdbc\BalanceStrategy.java
文件 3466 2013-03-11 07:20 src\com\mysql\jdbc\BestResponseTimeBalanceStrategy.java
文件 12870 2013-03-11 07:20 src\com\mysql\jdbc\Blob.java
文件 18731 2013-03-11 07:20 src\com\mysql\jdbc\BlobFromLocator.java
文件 17755 2013-03-11 07:20 src\com\mysql\jdbc\Buffer.java
文件 20866 2013-03-11 07:20 src\com\mysql\jdbc\BufferRow.java
文件 8491 2013-03-11 07:20 src\com\mysql\jdbc\ByteArrayRow.java
文件 1314 2013-03-11 07:20 src\com\mysql\jdbc\CacheAdapter.java
文件 1400 2013-03-11 07:20 src\com\mysql\jdbc\CacheAdapterFactory.java
文件 1923 2013-03-11 07:20 src\com\mysql\jdbc\CachedResultSetme
文件 78086 2013-03-11 07:20 src\com\mysql\jdbc\CallableStatement.java
文件 51750 2013-03-11 07:20 src\com\mysql\jdbc\CharsetMapping.java
文件 2477 2013-03-11 07:20 src\com\mysql\jdbc\Charsets.properties
文件 8542 2013-03-11 07:20 src\com\mysql\jdbc\Clob.java
文件 3369 2013-03-11 07:20 src\com\mysql\jdbc\CommunicationsException.java
文件 8201 2013-03-11 07:20 src\com\mysql\jdbc\CompressedInputStream.java
文件 504 2013-03-11 07:20 src\com\mysql\jdbc\configs\3-0-Compat.properties
文件 114 2013-03-11 07:20 src\com\mysql\jdbc\configs\5-0-Compat.properties
文件 100 2013-03-11 07:20 src\com\mysql\jdbc\configs\clusterba
文件 478 2013-03-11 07:20 src\com\mysql\jdbc\configs\coldFusion.properties
文件 146 2013-03-11 07:20 src\com\mysql\jdbc\configs\fullDebug.properties
文件 864 2013-03-11 07:20 src\com\mysql\jdbc\configs\maxPerformance.properties
文件 248 2013-03-11 07:20 src\com\mysql\jdbc\configs\solarisMaxPerformance.properties
............此处省略277个文件信息
相关资源
- Java Web新闻发布管理系统 源码
- Huffman 压缩解压缩 Java实现
- JavaWeb 增删改查204673
- 网上花店,java+jsp+mysql制作
- Java Web 网络在线考试系统源码
- java+mysql工资管理系统
- jstl-api-1.2.jar、jstl-impl-1.2.jar、mysql-c
- javaweb 实现的图书管理系统
- javaWeb投票管理系统源码
- Java+mysql Server学生成绩管理系统代码
- java程序与vb之间Socket通信源码
- JSP+MYSQL学生成绩管理系统204206
- 工资管理系统 JSP+MYSQL
- JAVA贪吃蛇小游戏源码数据库
- 阿里巴巴Java开发手册-详尽版最新版本
- Jclasslib Bytecode viewer 3 0老朽痴拙汉化版
- Java基于CS架构的局域网聊天程序源码
- Java程序设计 辛运帏.pdf
- 网上书店管理系统(Java+oracle)
- 花卉销售管理系统全套
- java ssh实现的简单投票系统
- Java课程设计案例精编第二版-黄晓东完
- MyQQ最新版(Java版高仿QQ聊天即时通软
- 网上购物系统jsp+sqlserver2005+javaWeb+Se
- 房屋租售中介管理系统源代码java
- 银行客户关系管理系统.zip
- 微信公众号开发java版本
- JNA-Linux下java程序调用so库接口函数
- Java俄罗斯方块达内
- JAVA租车项目
评论
共有 条评论