public interface ConnectionLeakListener
| Modifier and Type | Method and Description |
|---|---|
void |
potentialConnectionLeakFound()
listener method to handle in the event of connection leak detected
|
void |
printConnectionLeakTrace(StringBuffer stackTrace)
to print the stack trace of the caller of getConnection
|
void |
reclaimConnection(ResourceHandle handle)
reclaim the leaked connection
|
void potentialConnectionLeakFound()
void printConnectionLeakTrace(StringBuffer stackTrace)
stackTrace - Stack trace of the callervoid reclaimConnection(ResourceHandle handle)
handle - Resource to be reclaimedCopyright © 2017. All rights reserved.