|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DriverDatabaseClusterMBean
| Method Summary | |
|---|---|
void |
add(String databaseId,
String driver,
String url)
Adds a new database to this cluster using the specified identifier, url, and driver. |
| Methods inherited from interface net.sf.hajdbc.Lifecycle |
|---|
start, stop |
| Method Detail |
|---|
void add(String databaseId,
String driver,
String url)
databaseId - a database identifierurl - a JDBC urldriver - a JDBC driver class name
IllegalArgumentException - if this database already exists, if the specified driver is invalid, or if the specified url is invalid.
IllegalStateException - if mbean registration fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||