org.ow2.jonas.dbm
Interface DataBaseService

All Superinterfaces:
Service
All Known Implementing Classes:
JOnASDataBaseManagerService

public interface DataBaseService
extends Service

DataBase Service interface.*

Author:
Philippe Durieux Contributor(s): 03/01/14 Adriana Danes Change createDataSource() signature : take additional argument, the datasource name

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

Method Detail

createDataSource

void createDataSource(String dsName,
                      Properties dsd)
                      throws Exception
create a new DataSource

Throws:
Exception

unbindDataSources

void unbindDataSources()
                       throws NamingException
Unbind dataSource names from the Naming

Throws:
NamingException


Copyright © 2010 OW2 Consortium. All Rights Reserved.