|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JOnASDataBaseManagerServiceMBean
MBean Interface for DataBase Service Management MBean type: Standard MBean model: Inheritance (JOnASDataBaseManagerService)
Method Summary | |
---|---|
Integer |
getCurrentNumberOfDataSource()
|
String |
getDatasourceName(String jndiName)
|
Properties |
getDataSourcePropertiesFile(String dsFile)
|
List |
getDataSourcePropertiesFiles()
|
Integer |
getTotalCurrentNumberOfJDBCConnectionOpen()
|
boolean |
isLoadedDataSource(String dsName)
Determine if a datasource with a given name is already loaded in the dbm service |
void |
loadDataSource(String name,
Properties prop,
Boolean loadFromFile)
Load new datasource |
void |
unloadDataSource(String dsName)
unload existing datasource |
Method Detail |
---|
List getDataSourcePropertiesFiles() throws Exception
Exception
Integer getCurrentNumberOfDataSource()
Integer getTotalCurrentNumberOfJDBCConnectionOpen()
Properties getDataSourcePropertiesFile(String dsFile) throws Exception
Exception
void loadDataSource(String name, Properties prop, Boolean loadFromFile) throws ServiceException
name
- datasource nameprop
- datasource propertiesloadFromFile
- true if the datasource is loaded from a .properties file
ServiceException
boolean isLoadedDataSource(String dsName)
dsName
- the name of the datasource to be checked if loadedvoid unloadDataSource(String dsName)
String getDatasourceName(String jndiName)
jndiName
- The jndi name of a datasource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |