|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConnectionMonitorService
The ConnectionMonitorService class offers methods to
obtain ConnectionMonitor monitors, as well as information
about the currently defined connection pools within the system.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getDatabaseNames()
Returns the names of all databases in the system. |
java.util.List<DatabaseInfo> |
getDatabases()
Returns information about all databases in the system. |
ConnectionMonitor |
getMonitor(java.lang.String databaseName)
Returns the ConnectionMonitor for the specified database name. |
| Method Detail |
|---|
java.util.List<java.lang.String> getDatabaseNames()
java.util.List<DatabaseInfo> getDatabases()
ConnectionMonitor getMonitor(java.lang.String databaseName)
throws java.lang.IllegalArgumentException
ConnectionMonitor for the specified database name.
In order to get a list of valid database names, use
getDatabaseNames().
databaseName - The database name for which to retrieve a monitor.
java.lang.IllegalArgumentException - If the specified database name did not
correspond to a valid database.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||