org.objectweb.jonas.dbm
Interface DataBaseService

All Superinterfaces:
Service
All Known Implementing Classes:
DataBaseServiceImpl

public interface DataBaseService
extends Service

DataBase Service interface.


Method Summary
 void createDataSource(java.util.Properties dsd)
          create a new DataSource
 void unbindDataSources()
          Unbind dataSource names from the Naming
 
Methods inherited from interface org.objectweb.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Method Detail

createDataSource

public void createDataSource(java.util.Properties dsd)
                      throws java.lang.Exception
create a new DataSource

unbindDataSources

public void unbindDataSources()
                       throws javax.naming.NamingException
Unbind dataSource names from the Naming