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