scriptella.core
Class Session

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

public class Session
extends java.lang.Object

A helper class for EtlContext to store and work with connections/executors.

Available from EtlContext

Version:
1.0
Author:
Fyodor Kupolov

Constructor Summary
Session(ConfigurationEl configuration, EtlContext ctx)
           
 
Method Summary
 void close()
           
 void commit()
           
 void execute(EtlContext ctx)
           
 long getExecutedStatementsCount()
           
 void rollback()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Session

public Session(ConfigurationEl configuration,
               EtlContext ctx)
Method Detail

execute

public void execute(EtlContext ctx)

getExecutedStatementsCount

public long getExecutedStatementsCount()

close

public void close()

commit

public void commit()

rollback

public void rollback()


Copyright © Copyright 2006-2009 The Scriptella Project Team.