Uses of Class
org.teiid.test.framework.connection.ConnectionStrategy

Packages that use ConnectionStrategy
org.teiid.test.framework   
org.teiid.test.framework.connection   
org.teiid.test.framework.datasource   
org.teiid.test.framework.query   
 

Uses of ConnectionStrategy in org.teiid.test.framework
 

Methods in org.teiid.test.framework that return ConnectionStrategy
 ConnectionStrategy TransactionQueryTestCase.getConnectionStrategy()
          Called to get the current connection strategy being used.
 

Uses of ConnectionStrategy in org.teiid.test.framework.connection
 

Subclasses of ConnectionStrategy in org.teiid.test.framework.connection
 class DataSourceConnection
           
 class DriverConnection
          The DriverConnection strategy that can get connections in standalone mode or embedded mode.
 class JEEConnection
          JEE (JNDI) Connection Strategy, when the test is run inside an application server.
 

Methods in org.teiid.test.framework.connection that return ConnectionStrategy
static ConnectionStrategy ConnectionStrategyFactory.createConnectionStrategy()
           
 

Uses of ConnectionStrategy in org.teiid.test.framework.datasource
 

Methods in org.teiid.test.framework.datasource with parameters of type ConnectionStrategy
static void DataStore.initialize(ConnectionStrategy connStrategy)
          Called at the start of all the tests to initialize the database to ensure it's in the proper state.
static void DataStore.setup(ConnectionStrategy connStrategy)
          Called as part of the setup for each test.
 

Uses of ConnectionStrategy in org.teiid.test.framework.query
 

Fields in org.teiid.test.framework.query declared as ConnectionStrategy
protected  ConnectionStrategy AbstractQueryTransactionTest.connStrategy
           
 

Methods in org.teiid.test.framework.query that return ConnectionStrategy
 ConnectionStrategy AbstractQueryTransactionTest.getConnectionStrategy()
           
 



Copyright © 2011. All Rights Reserved.