|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.apache.commons.dbcp.AbandonedTrace
public class AbandonedTrace
Tracks db connection usage for recovering and reporting abandoned db connections. The JDBC Connection, Statement, and ResultSet classes extend this class.
| Constructor Summary | |
|---|---|
AbandonedTrace()
Create a new AbandonedTrace without config and without doing abandoned tracing. |
|
AbandonedTrace(AbandonedConfig config)
Construct a new AbandonedTrace with no parent object. |
|
AbandonedTrace(AbandonedTrace parent)
Construct a new AbandonedTrace with a parent object. |
|
| Method Summary | |
|---|---|
void |
printStackTrace()
Prints a stack trace of the code that created this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbandonedTrace()
public AbandonedTrace(AbandonedConfig config)
config - AbandonedConfigpublic AbandonedTrace(AbandonedTrace parent)
parent - AbandonedTrace parent object| Method Detail |
|---|
public void printStackTrace()
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||