|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IControlConnectionPoolManager
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 |
---|
java.sql.Connection getConnection(DatabaseIdentifier databaseIdentifier) throws java.sql.SQLException, NoSuchProfileException
databaseIdentifier
- the database identifier
java.sql.SQLException
NoSuchProfileException
void closeConnections(java.lang.String profileName)
profileName
- void cleanUp()
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 |