| net.sf.hajdbc.InactiveDatabaseMBean
removeProperty | public void removeProperty(String name)(Code) | | Removes the specified property.
Parameters: name - a property name |
setLocal | public void setLocal(boolean local)(Code) | | Sets whether or not this database is local to the machine on which the JVM resides.
Parameters: local - true if local, false if remote |
setPassword | public void setPassword(String password)(Code) | | Set the password for this database
Parameters: password - a password |
setProperty | public void setProperty(String name, String value)(Code) | | Set the value of the specified property.
Parameters: name - a property name Parameters: value - a property value |
setUser | public void setUser(String user)(Code) | | Set the user for this database.
Parameters: user - a user |
setWeight | public void setWeight(int weight)(Code) | | Set the weight for this database
Parameters: weight - a weight exception: IllegalArgumentException - if weight is less than 0 |
|
|