Uses of Interface
org.gcube.portlets.user.tdw.server.datasource.DataSource

Packages that use DataSource
org.gcube.portlets.user.tdw.server   
org.gcube.portlets.user.tdw.server.datasource   
org.gcube.portlets.user.tdw.server.datasource.jdbc   
org.gcube.portlets.user.tdw.server.session   
org.gcube.portlets.user.tdw.server.util   
 

Uses of DataSource in org.gcube.portlets.user.tdw.server
 

Methods in org.gcube.portlets.user.tdw.server that return DataSource
protected  DataSource TabularDataServiceImpl.getDataSource(int tdSessionId)
           
 

Uses of DataSource in org.gcube.portlets.user.tdw.server.datasource
 

Methods in org.gcube.portlets.user.tdw.server.datasource that return DataSource
 DataSource DataSourceFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session, TableId id)
          Open the specified datasource DataSource.
 

Methods in org.gcube.portlets.user.tdw.server.datasource with parameters of type DataSource
 void DataSourceFactory.closeDataSource(org.gcube.application.framework.core.session.ASLSession session, DataSource dataSource)
          Close the specified DataSource releasing allocated resources.
 

Uses of DataSource in org.gcube.portlets.user.tdw.server.datasource.jdbc
 

Classes in org.gcube.portlets.user.tdw.server.datasource.jdbc that implement DataSource
 class JDBCDataSource
           
 

Methods in org.gcube.portlets.user.tdw.server.datasource.jdbc that return DataSource
 DataSource SimpleJDBCDataSourceFactory.openDataSource(org.gcube.application.framework.core.session.ASLSession session, TableId tableId)
          Open the specified datasource DataSource.
 

Methods in org.gcube.portlets.user.tdw.server.datasource.jdbc with parameters of type DataSource
 void SimpleJDBCDataSourceFactory.closeDataSource(org.gcube.application.framework.core.session.ASLSession session, DataSource dataSource)
          Close the specified DataSource releasing allocated resources.
 

Uses of DataSource in org.gcube.portlets.user.tdw.server.session
 

Fields in org.gcube.portlets.user.tdw.server.session declared as DataSource
protected  DataSource TDSession.dataSource
           
 

Methods in org.gcube.portlets.user.tdw.server.session that return DataSource
 DataSource TDSession.getDataSource()
           
 

Methods in org.gcube.portlets.user.tdw.server.session with parameters of type DataSource
 void TDSession.setDataSource(DataSource dataSource)
           
 

Uses of DataSource in org.gcube.portlets.user.tdw.server.util
 

Methods in org.gcube.portlets.user.tdw.server.util that return DataSource
static DataSource SessionUtil.getDataSource(javax.servlet.http.HttpSession httpSession, int tdSessionId)
           
static DataSource SessionUtil.openDataSource(javax.servlet.http.HttpSession httpSession, TableId tableId)
           
 

Methods in org.gcube.portlets.user.tdw.server.util with parameters of type DataSource
static void SessionUtil.setDataSource(javax.servlet.http.HttpSession httpSession, int tdSessionId, DataSource datasource)
           
 



Copyright © 2013. All Rights Reserved.