public interface InactiveDriverDatabaseMBean extends ActiveDriverDatabaseMBean, InactiveDatabaseMBean
| Modifier and Type | Method and Description |
|---|---|
void |
setDriver(java.lang.String driver)
Set the driver class for this database.
|
void |
setUrl(java.lang.String url)
Set the url for this database
|
getDriver, getUrlremoveProperty, setLocal, setPassword, setProperty, setUser, setWeightgetId, getPassword, getProperties, getUser, getWeight, isLocalvoid setUrl(java.lang.String url)
url - a database urljava.lang.IllegalArgumentException - if url is not accepted by any drivervoid setDriver(java.lang.String driver)
driver - the driver class namejava.lang.IllegalArgumentException - if driver class could not be found or does not implement java.sql.Driver