public abstract class AbstractLeakHunter extends Object implements LeakHunter
| Constructor and Description |
|---|
AbstractLeakHunter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Connection |
getConnection() |
protected abstract String |
leakCountSql() |
int |
openConnections() |
public int openConnections()
openConnections in interface LeakHunterprotected abstract String leakCountSql()
protected abstract Connection getConnection()
Copyright © 2016. All rights reserved.