scriptella.spi
Interface ScriptellaDriver

All Known Implementing Classes:
AbstractScriptellaDriver, GenericDriver

public interface ScriptellaDriver

Service Provider Interface for integrating third-party systems with Scriptella. Implementing class must have public no-args constructor.

Version:
1.0
Author:
Fyodor Kupolov

Method Summary
 Connection connect(ConnectionParameters connectionParameters)
          Implementor should create a new connection based on specified parameters.
 java.lang.String toString()
           
 

Method Detail

connect

Connection connect(ConnectionParameters connectionParameters)
Implementor should create a new connection based on specified parameters.

Parameters:
connectionParameters - connection parameters defined in <connection> element.
Returns:
new connection.

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Driver's meaningful name


Copyright © Copyright 2006-2009 The Scriptella Project Team.