org.qi4j.library.sql.ds
Class AbstractImportedDataSourceService

java.lang.Object
  extended by org.qi4j.library.sql.ds.AbstractImportedDataSourceService
All Implemented Interfaces:
DataSourceService

public abstract class AbstractImportedDataSourceService
extends Object
implements DataSourceService


Constructor Summary
AbstractImportedDataSourceService()
           
 
Method Summary
 void activate()
           
 void passivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.library.sql.ds.DataSourceService
getDataSource
 

Constructor Detail

AbstractImportedDataSourceService

public AbstractImportedDataSourceService()
Method Detail

activate

public void activate()
              throws Exception
Throws:
Exception

passivate

public void passivate()
               throws Exception
Throws:
Exception