org.objectweb.jonas.dbm
Interface DataBaseServiceImplMBean

All Known Implementing Classes:
DataBaseServiceImpl

public interface DataBaseServiceImplMBean

MBean Interface for DataBase Service Management MBean type: Standard MBean model: Inheritance (DataBaseServiceImpl)


Method Summary
 java.lang.Integer getCurrentNumberOfDataSource()
           
 java.util.Properties getDataSourcePropertiesFile(java.lang.String dsFile)
           
 java.lang.Integer getTotalCurrentNumberOfJDBCConnectionOpen()
           
 void loadDataSource(java.util.Properties prop)
           
 void unloadDataSource(java.lang.String dsName)
           
 

Method Detail

getCurrentNumberOfDataSource

public java.lang.Integer getCurrentNumberOfDataSource()
Returns:
Integer Total Number of Datasource available in JOnAS

getTotalCurrentNumberOfJDBCConnectionOpen

public java.lang.Integer getTotalCurrentNumberOfJDBCConnectionOpen()
Returns:
Integer Total Number of JDBC connection open

getDataSourcePropertiesFile

public java.util.Properties getDataSourcePropertiesFile(java.lang.String dsFile)
Returns:
datasource properties from a local file

loadDataSource

public void loadDataSource(java.util.Properties prop)
                    throws java.rmi.RemoteException
Returns:
load new datasource with this parametters

unloadDataSource

public void unloadDataSource(java.lang.String dsName)
Returns:
unload existing datasource