|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Manages the connection pool for control connections
Method Summary | |
void |
cleanUp()
Closes all connections for all control connections |
void |
closeConnections(java.lang.String profileName)
Closes all connections for the given profile |
java.sql.Connection |
getConnection(DatabaseIdentifier databaseIdentifier)
Returns a connection for control connection to use |
void |
profileRenamed(java.lang.String oldName,
java.lang.String newName)
Notifies the profile rename event |
Method Detail |
public java.sql.Connection getConnection(DatabaseIdentifier databaseIdentifier) throws java.sql.SQLException, NoSuchProfileException
databaseIdentifier
- the database identifier
java.sql.SQLException
NoSuchProfileException
public void closeConnections(java.lang.String profileName)
profileName
- public void cleanUp()
public void profileRenamed(java.lang.String oldName, java.lang.String newName)
oldName
- newName
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |