Uses of Class
scriptella.configuration.ConnectionEl

Packages that use ConnectionEl
scriptella.configuration Classes and interfaces to parse script files. 
scriptella.core Core classes for scripts execution. 
scriptella.spi Service Provider Interface classes. 
 

Uses of ConnectionEl in scriptella.configuration
 

Methods in scriptella.configuration that return types with arguments of type ConnectionEl
 java.util.List<ConnectionEl> ConfigurationEl.getConnections()
           
 

Method parameters in scriptella.configuration with type arguments of type ConnectionEl
 void ConfigurationEl.setConnections(java.util.List<ConnectionEl> connections)
           
 

Uses of ConnectionEl in scriptella.core
 

Constructors in scriptella.core with parameters of type ConnectionEl
ConnectionManager(EtlContext ctx, ConnectionEl c)
           
 

Uses of ConnectionEl in scriptella.spi
 

Constructors in scriptella.spi with parameters of type ConnectionEl
ConnectionParameters(ConnectionEl conf, DriverContext context)
          Creates connection parameters based on <connection> element..
 



Copyright © Copyright 2006-2009 The Scriptella Project Team.