Uses of Interface
org.pentaho.platform.dataaccess.datasource.wizard.service.gwt.IConnectionService

Packages that use IConnectionService
org.pentaho.platform.dataaccess.client   
org.pentaho.platform.dataaccess.datasource.wizard.service.gwt Gwt interfaces 
org.pentaho.platform.dataaccess.datasource.wizard.service.impl   
 

Uses of IConnectionService in org.pentaho.platform.dataaccess.client
 

Classes in org.pentaho.platform.dataaccess.client that implement IConnectionService
 class ConnectionServiceClient
          Provides a simple API for working with the connections web service.
 

Uses of IConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
 

Subinterfaces of IConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
 interface IGwtConnectionService
          This is a wrapper class exposing the IConnectionService as a GWT service.
 

Classes in org.pentaho.platform.dataaccess.datasource.wizard.service.gwt that implement IConnectionService
 class ConnectionDebugGwtServlet
           
 

Uses of IConnectionService in org.pentaho.platform.dataaccess.datasource.wizard.service.impl
 

Classes in org.pentaho.platform.dataaccess.datasource.wizard.service.impl that implement IConnectionService
 class ConnectionServiceImpl
          ConnectionServiceImpl extends PenahoBase so that it inherits the ILogger functionality.
 class InMemoryConnectionServiceImpl