public interface DatabaseRuntimeMBean
DatabaseRuntimeMBean
provides the ability to expose Database Connection information's attributes and operations.Modifier and Type | Method and Description |
---|---|
void |
disconnect(java.lang.String connInfoID)
Disconnects a Database Connection according to its Database Connection identifier.
|
java.util.Properties[] |
getConnectionProperties()
Gets all Database Connections information.
|
java.util.Properties[] getConnectionProperties()
void disconnect(java.lang.String connInfoID)
connInfoID,
- the Database Connection identifier assigned to identify a Database Connection.