scriptella.core
Class ConnectionManager

java.lang.Object
  extended by scriptella.core.ConnectionManager

public class ConnectionManager
extends java.lang.Object

TODO: Add documentation

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
ConnectionManager(EtlContext ctx, ConnectionEl c)
           
 
Method Summary
 void close()
           
 void commit()
           
 Connection getConnection()
           
 long getExecutedStatementsCount()
          Returns number of executed statements by managed connections.
 Connection newConnection()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManager

public ConnectionManager(EtlContext ctx,
                         ConnectionEl c)
Method Detail

getConnection

public Connection getConnection()

newConnection

public Connection newConnection()

rollback

public void rollback()

commit

public void commit()

close

public void close()

getExecutedStatementsCount

public long getExecutedStatementsCount()
Returns number of executed statements by managed connections.



Copyright © Copyright 2006-2009 The Scriptella Project Team.