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, getUrl
removeProperty, setLocal, setPassword, setProperty, setUser, setWeight
getId, getPassword, getProperties, getUser, getWeight, isLocal
void 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