|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.util.database.DatabaseConnectionProvider
public class DatabaseConnectionProvider
This class provides access to a Connection instance.
| Method Summary | |
|---|---|
void |
closeConnection()
Closes the managed Connection. |
protected void |
finalize()
|
java.sql.Connection |
getConnection()
Returns the managed Connection. |
static DatabaseConnectionProvider |
instance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DatabaseConnectionProvider instance()
public java.sql.Connection getConnection()
public void closeConnection()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||